aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorAnton Kochkov <anton.kochkov@gmail.com>2019-03-12 13:36:33 +0800
committerJussi Pakkanen <jpakkane@gmail.com>2019-04-16 00:11:02 +0300
commitad0ba6a911b9fcdca24379bb4f14b4b5a312a3d5 (patch)
treee45336ec8a1c1ed9415aae5223b2c9dce198c9d3 /azure-pipelines.yml
parentb510bc12ac55ffd074b32136802f59f599e14b9e (diff)
downloadmeson-ad0ba6a911b9fcdca24379bb4f14b4b5a312a3d5.zip
meson-ad0ba6a911b9fcdca24379bb4f14b4b5a312a3d5.tar.gz
meson-ad0ba6a911b9fcdca24379bb4f14b4b5a312a3d5.tar.bz2
Add VS2019 backend CI and docs.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 483f1eb..3ec142e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -57,6 +57,29 @@ jobs:
architecture: 'x64'
- template: ci/azure-steps.yml
+- job: vs2019
+ pool:
+ vmImage: windows-2019
+
+ strategy:
+ matrix:
+ vc2019x64ninja:
+ arch: x64
+ compiler: msvc2019
+ backend: ninja
+ vc2019x64vs:
+ arch: x64
+ compiler: msvc2019
+ backend: vs2019
+
+ steps:
+ - task: UsePythonVersion@0
+ inputs:
+ versionSpec: '3.7'
+ addToPath: true
+ architecture: 'x64'
+ - template: ci/azure-steps.yml
+
- job: cygwin
pool:
vmImage: VS2017-Win2016