blob: de8076ce345658e404bce0fc9c8975d776160354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
jobs:
- template: azure-pipelines-template.yml
parameters:
name: macOS
vmImage: macOS-latest
target: x86_64-apple-darwin
- template: azure-pipelines-template.yml
parameters:
name: Linux
vmImage: ubuntu-latest
target: x86_64-unknown-linux-gnu
- template: azure-pipelines-template.yml
parameters:
name: Windows
vmImage: vs2017-win2016
target: x86_64-pc-windows-msvc
- template: azure-pipelines-template.yml
parameters:
name: Windows_GNU
vmImage: vs2017-win2016
target: i686-pc-windows-gnu
- template: azure-pipelines-template.yml
parameters:
name: Linux_WASM
vmImage: ubuntu-latest
target: x86_64-unknown-linux-gnu
|