summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-10-10 18:00:45 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2018-11-13 16:13:44 +0000
commita59978cfa2287fe2c116cd9edf53559306692fe9 (patch)
treef59c9a31104365e26a1be9df0ba862b8396bd25a /azure-pipelines.yml
parent5ec4da7829e27325661448240db14be59053f54b (diff)
downloadmeson-a59978cfa2287fe2c116cd9edf53559306692fe9.tar.gz
azure: Enable vs2015 jobs
Don't run MPI runtime installer, which fails with vs2015 image
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml36
1 files changed, 18 insertions, 18 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5f7e3c424..abfd1a326 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -10,24 +10,24 @@ variables:
CI: 1
jobs:
-#- job: vs2015
-# pool:
-# vmImage: vs2015-win2012r2
-#
-# strategy:
-# maxParallel: 10
-# matrix:
-# vc2015x86ninja:
-# arch: x86
-# compiler: msvc2015
-# backend: ninja
-# vc2015x86vs:
-# arch: x86
-# compiler: msvc2015
-# backend: vs2015
-#
-# steps:
-# - template: ci/azure-steps.yml
+- job: vs2015
+ pool:
+ vmImage: vs2015-win2012r2
+
+ strategy:
+ maxParallel: 10
+ matrix:
+ vc2015x86ninja:
+ arch: x86
+ compiler: msvc2015
+ backend: ninja
+ vc2015x86vs:
+ arch: x86
+ compiler: msvc2015
+ backend: vs2015
+
+ steps:
+ - template: ci/azure-steps.yml
- job: vs2017
pool: