aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
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