-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-pipelines.yml
75 lines (65 loc) · 2.5 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
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: DataSharingFrameworkCD
source: ni.niveristand-data-sharing-framework-custom-device
trigger:
branches:
include:
- main
stages:
- template: azure-templates/stages.yml@niveristand-custom-device-build-tools
parameters:
lvVersionsToBuild:
- version: '2021'
bitness: '64bit'
- version: '2023'
bitness: '64bit'
- version: '2024'
bitness: '64bit'
dependencies:
- source: '\\nirvana\Measurements\VeriStandAddons\data_sharing_framework_CD'
file: 'Custom Device\$target\DSF Core.lvlibp'
destination: 'Components'
buildSteps:
- projectLocation: 'Components\Transceivers\UDP\UDP Windows.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'UDP'
- projectLocation: 'Components\Transceivers\UDP\UDP Linux RT x64.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'Linux x64'
buildSpec: 'UDP'
- projectLocation: 'Components\Transceivers\GE Reflective Memory\GE Reflective Memory Windows.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'GE Reflective Memory'
- projectLocation: 'Components\Transceivers\RDMA\RDMA Windows.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'RDMA'
- projectLocation: 'Components\Transceivers\RDMA\RDMA Linux RT x64.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'Linux x64'
buildSpec: 'RDMA'
releaseVersion: '24.0.0'
buildOutputLocation: 'Components\Built'
archiveLocation: '\\nirvana\Measurements\VeriStandAddons\data_sharing_framework_plugins'
packages:
- controlFileName: 'control_dsf_plugins'
payloadMaps:
- installLocation: 'documents\National Instruments\NI VeriStand $(lvVersion)\Custom Devices\Data Sharing Framework'
payloadLocation: 'Plugins'
- installLocation: 'ni-paths-NISHAREDDIR$(nipkgx64suffix)\LabVIEW Run-Time\$(lvVersion)\errors\English'
payloadLocation: 'Errors'