GSL/azure-pipelines.yml

19 lines
275 B
YAML
Raw Normal View History

2020-10-28 16:35:49 -07:00
trigger:
- main
2020-10-28 16:35:49 -07:00
pr:
autoCancel: true
2021-12-08 11:13:49 -08:00
stages:
2020-10-28 16:35:49 -07:00
# MSVC
- stage: MSVC
dependsOn: []
jobs:
- template: ./pipelines/jobs.yml
parameters:
2021-12-08 11:13:49 -08:00
jobName: 'Validate MSVC Clang'
2020-10-28 16:35:49 -07:00
imageName: windows-latest
2021-12-08 11:13:49 -08:00
CXXVersions: [ 17 ]
buildTypes: [ 'Release' ]