diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-03-27 18:37:06 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-03-27 18:37:06 +0530 |
commit | 543310fab123f072276aa7ae542a6b4964af69d7 (patch) | |
tree | f7fe5327810a3e8bc06bae1a81fe368296db49e7 | |
parent | 1ff0fccc295f5f656f4bf8524bd58cfff70ac2b1 (diff) | |
download | meson-543310fab123f072276aa7ae542a6b4964af69d7.zip meson-543310fab123f072276aa7ae542a6b4964af69d7.tar.gz meson-543310fab123f072276aa7ae542a6b4964af69d7.tar.bz2 |
appveyor: Only build vs2010/x86 + vs2015/x86 + vs2017/x64
This reduces our CI running time by roughly half without compromising
much test coverage by much. We can mostly safely assume that very few
Meson bugs will be arch-specific with Visual Studio.
-rw-r--r-- | .appveyor.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 8f215c9..e4d2e60 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,24 +20,6 @@ environment: compiler: msvc2015 backend: vs2015 - - arch: x86 - compiler: msvc2017 - backend: ninja - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - - - arch: x86 - compiler: msvc2017 - backend: vs2017 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - - - arch: x64 - compiler: msvc2015 - backend: ninja - - - arch: x64 - compiler: msvc2015 - backend: vs2015 - - arch: x64 compiler: msvc2017 backend: ninja |