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

azure-pipelines.yml - github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1401bdea42a449f80f966705f3ffdfae84c6bf2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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' ]