-
Notifications
You must be signed in to change notification settings - Fork 7
/
build.toml
38 lines (30 loc) · 991 Bytes
/
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
[archive]
build_output_dir = 'Built'
archive_location = '\\us-aus-hilbuild\builds\niveristandadd-ons\custom devices\modbus-master-custom-device-v2'
[projects.cd]
path = 'Source\Modbus Master Custom Device - Windows.lvproj'
[projects.cdLinux]
path = 'Source\Modbus Master Custom Device - Linux ARM.lvproj'
[projects.cdPharlap]
path = 'Source\Modbus Master Custom Device - RT PXI.lvproj'
[[build.steps]]
name = 'Configuration Library'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Configuration Release'
[[build.steps]]
name = 'Engine Library Windows'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Engine Release'
[package]
type = 'nipkg'
name = 'modbus_master-{veristand_version}'
dev_xml_path = 'Source\Custom Device Modbus Master.xml'
install_destination = 'documents\National Instruments\NI VeriStand {veristand_version}'
[[release.steps]]
name = 'Master Release'
type = 'githubRelease'
2019_release_branches = ["master",]