-
Notifications
You must be signed in to change notification settings - Fork 6
/
azure-pipelines.yml
87 lines (74 loc) · 3.3 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
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
stages:
- template: azure-templates/stages.yml@niveristand-custom-device-build-tools
parameters:
lvVersionsToBuild:
- version: '2023'
bitness: '64bit'
- version: '2024'
bitness: '64bit'
- version: '2025'
bitness: '64bit'
buildSteps:
- projectLocation: 'Source\Custom Device Support\Ballard ARINC 429 Support.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Scripting API'
- projectLocation: 'Source\Scripting Examples\Scripting Examples.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Examples'
- projectLocation: 'Source\Custom Device Support\Ballard ARINC 429 Support.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'System Explorer'
- projectLocation: 'Source\Custom Device Support\Ballard ARINC 429 Support.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Engine'
- projectLocation: 'Source\Custom Device\Ballard ARINC 429 Custom Device.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Configuration Release'
- projectLocation: 'Source\Custom Device\Ballard ARINC 429 Custom Device.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Engine Release'
- projectLocation: 'Source\Custom Device Support\Ballard ARINC 429 Support.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'Linux x64'
buildSpec: 'Engine'
- projectLocation: 'Source\Custom Device\Ballard ARINC 429 Custom Device.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'Linux x64'
buildSpec: 'Engine Release'
releaseVersion: '25.0.0'
buildOutputLocation: 'Source\Built'
archiveLocation: '\\nirvana\Measurements\VeriStandAddons\ballard_arinc_429'
packages:
- controlFileName: 'control_custom_device'
payloadMaps:
- installLocation: 'documents\National Instruments\NI VeriStand $(lvVersion)\Custom Devices\Ballard'
payloadLocation: 'Ballard'
- installLocation: 'ni-paths-NISHAREDDIR$(nipkgx64suffix)\LabVIEW Run-Time\$(lvVersion)\errors\English'
payloadLocation: 'Errors'
- controlFileName: 'control_scripting'
payloadMaps:
- installLocation: 'ni-paths-LV$(lvVersion)DIR$(nipkgx64suffix)\vi.lib\addons\VeriStand Custom Device Scripting APIs\Ballard ARINC 429'
payloadLocation: 'Scripting'
- installLocation: 'ni-paths-LV$(lvVersion)DIR$(nipkgx64suffix)\examples\NI VeriStand Custom Devices\Ballard ARINC 429'
payloadLocation: 'Scripting Examples'
- installLocation: 'ni-paths-LV$(lvVersion)DIR$(nipkgx64suffix)\resource\errors\English'
payloadLocation: 'Errors'