-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.toml
62 lines (52 loc) · 1.56 KB
/
build.toml
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
[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 = 'Custom Device Source'
[dependencies.niveristand-scan-engine-module-libraries]
libraries = ['Modules.lvlibp', 'NI ECAT Remote IO.llb']
copy_location = 'Custom Device Source'
[projects.cd]
path = 'Custom Device Source\Scan Engine.lvproj'
[[build.steps]]
name = 'Configuration Library'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Configuration Release'
dependency_target = 'Pharlap'
[[build.steps]]
name = 'Pharlap Engine Library'
type = 'lvBuildSpec'
project = '{cd}'
target = 'Pharlap'
build_spec = 'Engine Release'
dependency_target = 'Pharlap'
[[build.steps]]
name = 'VxWorks Engine Library'
type = 'lvBuildSpec'
project = '{cd}'
target = 'VxWorks'
build_spec = 'Engine Release'
dependency_target = 'VxWorks'
[[build.steps]]
name = 'Linux x64 Engine Library'
type = 'lvBuildSpec'
project = '{cd}'
target = 'Linux x64'
build_spec = 'Engine Release'
dependency_target = 'Linux_x64'
[[build.steps]]
name = 'Linux x86 Engine Library'
type = 'lvBuildSpec'
project = '{cd}'
target = 'Linux 32 ARM'
build_spec = 'Engine Release'
dependency_target = 'Linux_32_ARM'
[package]
type = 'nipkg'
package_output_dir = 'Built'
[package.payload_map]
'Built\Scan Engine' = 'documents\National Instruments\NI VeriStand {veristand_version}\Custom Devices\Scan Engine'
'Built\Errors' = 'ni-paths-NISHAREDDIR\LabVIEW Run-Time\{veristand_version}\errors\English'