diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-10-25 20:27:50 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-10-26 18:59:22 +0300 |
commit | 91ec4de76e96634d058ee7c5695c4913dc372898 (patch) | |
tree | d4e7f2c8d3bcebc47086ea119664da870cda5a60 | |
parent | 6f6afe24a791d73bcb5106a7ca4cf6ec76eadeb6 (diff) | |
download | meson-reorderappv.tar.gz |
Reorder test runs.reorderappv
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.
-rw-r--r-- | .appveyor.yml | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 78f9f3313..8d17cd791 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 |