mirror of
https://github.com/microsoft/GSL.git
synced 2025-01-18 09:44:59 -05:00
19 lines
275 B
YAML
19 lines
275 B
YAML
trigger:
|
|
- main
|
|
|
|
pr:
|
|
autoCancel: true
|
|
|
|
|
|
stages:
|
|
# MSVC
|
|
- stage: MSVC
|
|
dependsOn: []
|
|
jobs:
|
|
- template: ./pipelines/jobs.yml
|
|
parameters:
|
|
jobName: 'Validate MSVC Clang'
|
|
imageName: windows-latest
|
|
CXXVersions: [ 17 ]
|
|
buildTypes: [ 'Release' ]
|