From 8b6ea78dfd6a370d93a2d9708539fbdc83d6760a Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 25 Oct 2018 20:27:50 +0300 Subject: Reorder test runs. First do VS2015 since it is the most likely to break. Cygwin is last because it is the slowest. Remove VS2017 because it is being handled by Azure. --- .appveyor.yml | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 78f9f33..8d17cd7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,18 +5,6 @@ os: Visual Studio 2015 environment: matrix: - arch: x86 - compiler: msys2-mingw - backend: ninja - - - arch: x64 - compiler: msys2-mingw - backend: ninja - - - arch: x64 - compiler: cygwin - backend: ninja - - - arch: x86 compiler: msvc2015 backend: ninja BOOST_ROOT: C:\Libraries\Boost_1_60_0 @@ -26,17 +14,17 @@ environment: backend: vs2015 BOOST_ROOT: C:\Libraries\Boost_1_60_0 + - arch: x86 + compiler: msys2-mingw + backend: ninja + - arch: x64 - compiler: msvc2017 + compiler: msys2-mingw backend: ninja - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - BOOST_ROOT: C:\Libraries\Boost_1_64_0 - arch: x64 - compiler: msvc2017 - backend: vs2017 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - BOOST_ROOT: C:\Libraries\Boost_1_64_0 + compiler: cygwin + backend: ninja platform: - x64 -- cgit v1.1