aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-04-09 23:33:58 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-04-09 23:33:58 +0530
commita68ca716b39d3bce920aafb039ef295a5d8ef944 (patch)
treee8019c6b5d39222bc46dd5444b998fa01989ca60
parent36e8291a6ab0b9bd6451f582885e94dd8432cccc (diff)
downloadmeson-a68ca716b39d3bce920aafb039ef295a5d8ef944.zip
meson-a68ca716b39d3bce920aafb039ef295a5d8ef944.tar.gz
meson-a68ca716b39d3bce920aafb039ef295a5d8ef944.tar.bz2
appveyor.yml: Move cygwin and mingw up the list
They are the 'weird' platforms, so we want them to be run first. That way we don't have to wait for all the other tests before finding out that something broke.
-rw-r--r--.appveyor.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index c79e250..96a4ed8 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -5,6 +5,10 @@ os: Visual Studio 2015
environment:
matrix:
- arch: x86
+ compiler: msys2-mingw
+ backend: ninja
+
+ - arch: x86
compiler: msvc2010
backend: ninja
@@ -20,7 +24,11 @@ environment:
compiler: msvc2015
backend: vs2015
- - arch: x86
+ - arch: x64
+ compiler: cygwin
+ backend: ninja
+
+ - arch: x64
compiler: msys2-mingw
backend: ninja
@@ -34,14 +42,6 @@ environment:
backend: vs2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- - arch: x64
- compiler: msys2-mingw
- backend: ninja
-
- - arch: x64
- compiler: cygwin
- backend: ninja
-
platform:
- x64