summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-03-28 14:58:48 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-03-28 14:58:48 +0530
commitdc5b0a62f61c2854aa9d7fe454fc861ac6000fb8 (patch)
treeda03553636a7a455084f25ab7af86c2f549bcead /.appveyor.yml
parent976c9abcd0348ffb29863ac2688c661eda524a47 (diff)
downloadmeson-dc5b0a62f61c2854aa9d7fe454fc861ac6000fb8.tar.gz
appveyor: Move msys2-mingw matrix a little higher
Allows us to see failures in it sooner because it will be run earlier
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index b459af0f7..9264f493f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -20,6 +20,10 @@ environment:
compiler: msvc2015
backend: vs2015
+ - arch: x86
+ compiler: msys2-mingw
+ backend: ninja
+
- arch: x64
compiler: msvc2017
backend: ninja
@@ -30,10 +34,6 @@ environment:
backend: vs2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- - arch: x86
- compiler: msys2-mingw
- backend: ninja
-
- arch: x64
compiler: msys2-mingw
backend: ninja