Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 0d1219a..8ab761e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -18,10 +18,12 @@ stages:
parameters:
jobName: 'Validate GCC latest'
imageName: ubuntu-20.04
+ CXXVersions: [ 14, 17 ]
- template: ./pipelines/jobs.yml
parameters:
jobName: 'Validate GCC Previous'
imageName: ubuntu-18.04
+ CXXVersions: [ 14, 17 ]
# Clang
- stage: Clang
@@ -40,6 +42,7 @@ stages:
parameters:
jobName: 'Validate Clang Previous'
imageName: ubuntu-18.04
+ CXXVersions: [ 14, 17 ]
# MSVC
- stage: MSVC
@@ -53,6 +56,7 @@ stages:
parameters:
jobName: 'Validate MSVC Previous'
imageName: vs2017-win2016
+ CXXVersions: [ 14, 17 ]
# Apple-Clang
- stage: Apple_Clang
@@ -62,7 +66,9 @@ stages:
parameters:
jobName: 'Validate Apple-Clang latest'
imageName: macos-10.15
+ CXXVersions: [ 14, 17 ]
- template: ./pipelines/jobs.yml
parameters:
jobName: 'Validate Apple-Clang Previous'
imageName: macos-10.14
+ CXXVersions: [ 14, 17 ]