From dc5b0a62f61c2854aa9d7fe454fc861ac6000fb8 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 28 Mar 2017 14:58:48 +0530 Subject: [PATCH] appveyor: Move msys2-mingw matrix a little higher Allows us to see failures in it sooner because it will be run earlier --- .appveyor.yml | 8 ++++---- 1 file 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