From ae4d4534c81e26cefc822b084028e5487d1964b3 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 28 Feb 2018 14:50:28 +0100 Subject: appveyor: build non-experimental tasks first --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') 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' -- cgit v1.2.3