-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.toml
45 lines (38 loc) · 1.06 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
[archive]
build_output_dir = 'Built'
archive_location = '\\us-aus-hilbuild\builds\niveristandadd-ons\custom devices\ghostbus_addon'
[projects.cd]
path = 'Source\Ghost Bus Addon.lvproj'
[[build.steps]]
name = 'Configuration Library'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Configuration Release'
[[build.steps]]
name = 'Engine Libraries'
type = 'lvBuildSpecAllTargets'
project = '{cd}'
build_spec = 'Engine Release'
[[build.steps]]
name = 'Workspace Tool'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Workspace Tool'
[[build.steps]]
name = 'Workspace Tool EXE'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Workspace Tool EXE'
[package]
type = 'nipkg'
name = 'ni-ghostbus-addon-{veristand_version}'
dev_xml_path = 'Source\Addon\Custom Device Ghost Bus Addon.xml'
install_destination = 'documents\National Instruments\NI VeriStand {veristand_version}'
[[release.steps]]
name = 'Master Release'
type = 'githubRelease'
2019_release_branches = ["master",]
2020_release_branches = ["master",]