-
Notifications
You must be signed in to change notification settings - Fork 627
Expand file tree
/
Copy pathazure-templates-stages-native-wasm.yml
More file actions
88 lines (82 loc) · 2.51 KB
/
azure-templates-stages-native-wasm.yml
File metadata and controls
88 lines (82 loc) · 2.51 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
parameters:
- name: buildExternals
type: string
- name: buildAgentLinuxNative
type: object
- name: use1ESPipelineTemplates
type: boolean
stages:
- stage: native_wasm
displayName: Native WASM
dependsOn: prepare
jobs:
- template: /scripts/azure-templates-jobs-wasm-matrix.yml@self # Build Native WASM (Linux)
parameters:
buildAgent: ${{ parameters.buildAgentLinuxNative }}
buildExternals: ${{ parameters.buildExternals }}
use1ESPipelineTemplates: ${{ parameters.use1ESPipelineTemplates }}
emscripten:
- 2.0.6:
displayName: 2.0.6
version: 2.0.6
features: none
- 2.0.23:
displayName: 2.0.23
version: 2.0.23
features: none
# .NET 6
- 3.1.7:
displayName: 3.1.7
version: 3.1.7
features: none
# .NET 7
- 3.1.12:
displayName: 3.1.12
version: 3.1.12
features: st
- 3.1.12:
displayName: '3.1.12_SIMD'
version: 3.1.12
features: st,simd
- 3.1.12:
displayName: '3.1.12_Threading'
version: 3.1.12
features: mt
- 3.1.12:
displayName: '3.1.12_Threading_SIMD'
version: 3.1.12
features: mt,simd
# .NET 8
- 3.1.34:
displayName: 3.1.34
version: 3.1.34
features: _wasmeh,st
- 3.1.34:
displayName: '3.1.34_Threading'
version: 3.1.34
features: _wasmeh,mt
- 3.1.34:
displayName: '3.1.34_SIMD'
version: 3.1.34
features: _wasmeh,st,simd
- 3.1.34:
displayName: '3.1.34_SIMD_Threading'
version: 3.1.34
features: _wasmeh,mt,simd
# .NET 9
- 3.1.56:
displayName: 3.1.56
version: 3.1.56
features: _wasmeh,st
- 3.1.56:
displayName: '3.1.56_Threading'
version: 3.1.56
features: _wasmeh,mt
- 3.1.56:
displayName: '3.1.56_SIMD'
version: 3.1.56
features: _wasmeh,st,simd
- 3.1.56:
displayName: '3.1.56_SIMD_Threading'
version: 3.1.56
features: _wasmeh,mt,simd