aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-06-14 03:45:23 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-06-14 08:42:16 +0000
commite121942fcd1a5853618a5b9ba1bc01ed10acf4c4 (patch)
treec01d0372806e99647d2a1a8162675e484d7996f0 /azure-pipelines.yml
parent6c56478ee1e15477b54d92bf25b7b4b1489bfcdb (diff)
downloadmeson-e121942fcd1a5853618a5b9ba1bc01ed10acf4c4.zip
meson-e121942fcd1a5853618a5b9ba1bc01ed10acf4c4.tar.gz
meson-e121942fcd1a5853618a5b9ba1bc01ed10acf4c4.tar.bz2
Disable failing cmake jobs on VS2017
These only fail when building with msvc/clang-cl on the VS2017-Win2016 image. See: https://github.com/mesonbuild/meson/issues/7307
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 0408342..65fc020 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -15,6 +15,8 @@ jobs:
- job: vs2017
pool:
vmImage: VS2017-Win2016
+ variables:
+ CI_JOB_VS2017: 1
strategy:
matrix: