-
Notifications
You must be signed in to change notification settings - Fork 79
/
azure-pipelines.yml
43 lines (43 loc) · 1.23 KB
/
azure-pipelines.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
jobs:
- template: azure-pipelines-template.yml
parameters:
name: macOS
vmImage: macOS-latest
toolchain: x86_64-apple-darwin
target: x86_64-apple-darwin
- template: azure-pipelines-template.yml
parameters:
name: iOS
vmImage: macOS-latest # currently no ARM host available
toolchain: x86_64-apple-darwin
target: aarch64-apple-ios-macabi
- template: azure-pipelines-template.yml
parameters:
name: Linux
vmImage: ubuntu-latest
toolchain: x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-gnu
- template: azure-pipelines-template.yml
parameters:
name: Windows
vmImage: windows-latest
toolchain: x86_64-pc-windows-msvc
target: x86_64-pc-windows-msvc
- template: azure-pipelines-template.yml
parameters:
name: Windows_GNU
vmImage: windows-latest
toolchain: i686-pc-windows-gnu
target: i686-pc-windows-gnu
- template: azure-pipelines-template.yml
parameters:
name: Linux_WASM
vmImage: ubuntu-latest
toolchain: x86_64-unknown-linux-gnu
target: wasm32-unknown-unknown
#- template: azure-pipelines-template.yml
# parameters:
# name: Linux_ARM
# vmImage: ubuntu-latest
# toolchain: x86_64-unknown-linux-gnu
# target: aarch64-unknown-linux-gnu