-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.toml
More file actions
144 lines (122 loc) · 3.54 KB
/
build.toml
File metadata and controls
144 lines (122 loc) · 3.54 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
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
[archive]
build_output_dir = 'Built'
archive_location = '\\nirvana\Measurements\VeriStandAddons\scan_engine_custom_device'
[dependencies.niveristand-scan-engine-fxp-libraries]
libraries = ['FXP.llb']
copy_location = 'Includes'
[dependencies.niveristand-scan-engine-module-libraries]
libraries = ['Modules.lvlibp', 'NI ECAT Remote IO.llb']
copy_location = 'Includes'
[projects.cd]
path = 'Custom Device Source\Scan Engine.lvproj'
[projects.examples]
path = 'Scripting Examples\Scan Engine Scripting Examples.lvproj'
[[codegen.steps]]
name = 'Delete Scripting API'
type = 'lvRunVi'
vi = 'Custom Device Source\Build VIs\Delete Scripting API.vi'
[[build.steps]]
name = 'Configuration Library'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Configuration Release'
dependency_target = 'Windows'
bitness = '64'
bitness_versions = ['2021']
[[build.steps]]
name = 'Application - Revert to Scan Mode'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Revert to Scan Mode'
bitness = '32'
bitness_versions = ['2021']
[[build.steps]]
name = 'Application - Get HW Config'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Get HW Config'
bitness = '32'
bitness_versions = ['2021']
[[build.steps]]
name = 'Application - Check and Download Bitfile'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Check and Download Bitfile'
bitness = '32'
bitness_versions = ['2021']
[[build.steps]]
name = 'Application - Import ESI File'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Import ESI File'
bitness = '32'
bitness_versions = ['2021']
[[build.steps]]
name = 'Application - Read Target ESI Files'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Read Target ESI Files'
bitness = '32'
bitness_versions = ['2021']
[[build.steps]]
name = 'Linux x64 Engine Library'
type = 'lvBuildSpec'
project = '{cd}'
target = 'Linux x64'
build_spec = 'Engine Release'
dependency_target = 'Linux_x64'
bitness = '32'
bitness_versions = ['2021']
[[build.steps]]
name = 'Scripting API'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Scripting API'
dependency_target = 'Windows'
bitness = '64'
bitness_versions = ['2021']
[[build.steps]]
name = 'Examples'
type = 'lvBuildSpec'
project = '{examples}'
target = 'My Computer'
build_spec = 'Examples'
bitness = '64'
bitness_versions = ['2021']
[[build.steps]]
name = 'Delete Scripting API'
type = 'lvRunVi'
vi = 'Custom Device Source\Build VIs\Delete Scripting API.vi'
[[package]]
type = 'nipkg'
package_output_dir = 'Built'
multi_bitness = 'true'
multi_bitness_versions = ['2021']
[package.payload_map]
'Built\\Scan Engine' = 'documents\National Instruments\NI VeriStand {veristand_version}\Custom Devices\Scan Engine'
'Built\\Errors' = 'ni-paths-NISHAREDDIR{nipaths_64_bitness_suffix}\LabVIEW Run-Time\{veristand_version}\errors\English'
[[package]]
type = 'nipkg'
control_file = 'control_scripting'
package_output_dir = 'Built'
multi_bitness = 'true'
multi_bitness_versions = ['2021']
[package.payload_map]
'Built\\Scripting\\Scan Engine' = 'ni-paths-LV{veristand_version}DIR{nipaths_64_bitness_suffix}\vi.lib\addons\VeriStand Custom Device Scripting APIs\Scan Engine'
[[package]]
type = 'nipkg'
control_file = 'control_examples'
package_output_dir = 'Built'
multi_bitness = 'true'
multi_bitness_versions = ['2021']
[package.payload_map]
'Built\\Examples\\Scan Engine' = 'ni-paths-LV{veristand_version}DIR{nipaths_64_bitness_suffix}\examples\NI VeriStand Custom Devices\Scan Engine'
[notification]
type = 'teams'