-
Notifications
You must be signed in to change notification settings - Fork 22
/
azure-pipelines.yml
191 lines (173 loc) · 6.2 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
trigger:
batch: true
branches:
include:
- main
- release/*
resources:
repositories:
- repository: niveristand-custom-device-build-tools
type: github
ref: main
endpoint: nivs-custom-devices
name: ni/niveristand-custom-device-build-tools
pipelines:
- pipeline: FxpLibraries
source: ni.niveristand-scan-engine-fxp-libraries
trigger:
branches:
include:
- main
- pipeline: ModuleLibraries
source: ni.niveristand-scan-engine-module-libraries
trigger:
branches:
include:
- main
stages:
- template: azure-templates/stages.yml@niveristand-custom-device-build-tools
parameters:
lvVersionsToBuild:
- version: '2023'
bitness: '64bit'
- version: '2023'
bitness: '32bit'
- version: '2024'
bitness: '64bit'
- version: '2024'
bitness: '32bit'
- version: '2025'
bitness: '64bit'
- version: '2025'
bitness: '32bit'
dependencies:
- source: '\\nirvana\Measurements\VeriStandAddons\scan_engine_fxp'
file: '$target\FXP.llb'
destination: 'Includes'
- source: '\\nirvana\Measurements\VeriStandAddons\scan_engine_modules'
file: '$target\Modules.lvlibp'
destination: 'Includes'
- source: '\\nirvana\Measurements\VeriStandAddons\scan_engine_modules'
file: '$target\NI ECAT Remote IO.llb'
destination: 'Includes'
silenceDependencyFailures: true
codegenVis:
- 'Custom Device Source\Build VIs\Delete Scripting API.vi'
buildSteps:
- projectLocation: 'Custom Device Source\Scan Engine.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Configuration Release'
exclusions:
- version: '2023'
bitness: '32bit'
- version: '2024'
bitness: '32bit'
- version: '2025'
bitness: '32bit'
- projectLocation: 'Custom Device Source\Scan Engine.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Revert to Scan Mode'
exclusions:
- version: '2023'
bitness: '64bit'
- version: '2024'
bitness: '64bit'
- version: '2025'
bitness: '64bit'
- projectLocation: 'Custom Device Source\Scan Engine.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Get HW Config'
exclusions:
- version: '2023'
bitness: '64bit'
- version: '2024'
bitness: '64bit'
- version: '2025'
bitness: '64bit'
- projectLocation: 'Custom Device Source\Scan Engine.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Check and Download Bitfile'
exclusions:
- version: '2023'
bitness: '64bit'
- version: '2024'
bitness: '64bit'
- version: '2025'
bitness: '64bit'
- projectLocation: 'Custom Device Source\Scan Engine.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Import ESI File'
exclusions:
- version: '2023'
bitness: '64bit'
- version: '2024'
bitness: '64bit'
- version: '2025'
bitness: '64bit'
- projectLocation: 'Custom Device Source\Scan Engine.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Read Target ESI Files'
exclusions:
- version: '2023'
bitness: '64bit'
- version: '2024'
bitness: '64bit'
- version: '2025'
bitness: '64bit'
- projectLocation: 'Custom Device Source\Scan Engine Linux x64.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'Linux x64'
buildSpec: 'Engine Release'
exclusions:
- version: '2023'
bitness: '64bit'
- version: '2024'
bitness: '64bit'
- version: '2025'
bitness: '64bit'
- projectLocation: 'Custom Device Source\Scan Engine.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Scripting API'
exclusions:
- version: '2023'
bitness: '32bit'
- version: '2024'
bitness: '32bit'
- version: '2025'
bitness: '32bit'
- projectLocation: 'Scripting Examples\Scan Engine Scripting Examples.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Examples'
exclusions:
- version: '2023'
bitness: '32bit'
- version: '2024'
bitness: '32bit'
- version: '2025'
bitness: '32bit'
releaseVersion: '25.0.0'
buildOutputLocation: 'Built'
archiveLocation: '\\nirvana\Measurements\VeriStandAddons\scan_engine_custom_device'
packages:
- controlFileName: 'control'
payloadMaps:
- payloadLocation: 'Scan Engine'
installLocation: 'documents\National Instruments\NI VeriStand $(lvVersion)\Custom Devices\Scan Engine'
- payloadLocation: 'Errors'
installLocation: 'ni-paths-NISHAREDDIR$(nipkgx64suffix)\LabVIEW Run-Time\$(lvVersion)\errors\English'
- controlFileName: 'control_scripting'
payloadMaps:
- payloadLocation: 'Scripting\Scan Engine'
installLocation: 'ni-paths-LV$(lvVersion)DIR$(nipkgx64suffix)\vi.lib\addons\VeriStand Custom Device Scripting APIs\Scan Engine'
- controlFileName: 'control_examples'
payloadMaps:
- payloadLocation: 'Examples\Scan Engine'
installLocation: 'ni-paths-LV$(lvVersion)DIR$(nipkgx64suffix)\examples\NI VeriStand Custom Devices\Scan Engine'