aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2018-02-28 14:50:28 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2018-02-28 14:53:35 +0100
commitae4d4534c81e26cefc822b084028e5487d1964b3 (patch)
treee8de91adc8c5596a5b2ee7dd0b7cccbeb9440fa5 /appveyor.yml
parente3124e098ef8170dac2b348b91757a7034bc4999 (diff)
appveyor: build non-experimental tasks first
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 64c1bedb5..44a93d15d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,12 +10,12 @@ image:
environment:
CYGMIRROR: http://ftp.inf.tu-dresden.de/software/windows/cygwin32
matrix:
- - USEOPAM: true
- ARCH: 64
- USEOPAM: false
ARCH: 32
- USEOPAM: false
ARCH: 64
+ - USEOPAM: true
+ ARCH: 64
build_script:
- cmd: 'call %APPVEYOR_BUILD_FOLDER%\dev\ci\appveyor.bat'