-
Notifications
You must be signed in to change notification settings - Fork 3
/
build.toml
83 lines (70 loc) · 1.85 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[archive]
build_output_dir = 'Built'
archive_location = '\\us-aus-hilbuild\builds\niveristandadd-ons\custom devices\diagnostics_addon'
[projects.cd]
path = 'Source\Diagnostics Addon.lvproj'
[projects.api]
path = 'Source\Diagnostics Addon SysDef API.lvproj'
[[build.steps]]
name = 'Configuration Library'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Configuration Release'
[[build.steps]]
name = 'Workspace Object'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Workspace Object'
[[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'
[[build.steps]]
name = 'Host API'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Host API'
[[build.steps]]
name = 'Unlock ECU Service Support'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Diagnostic Unlock ECU Service Support'
[[build.steps]]
name = 'Unlock ECU Service Launcher'
type = 'lvBuildSpec'
project = '{cd}'
target = 'My Computer'
build_spec = 'Diagnostic Unlock ECU Service Launcher'
[[build.steps]]
name = 'Engine Libraries'
type = 'lvBuildSpecAllTargets'
project = '{cd}'
build_spec = 'Engine Release'
[[build.steps]]
name = 'SysDef API'
type = 'lvBuildSpec'
project = '{api}'
target = 'My Computer'
build_spec = 'System Definition API'
[package]
type = 'nipkg'
name = 'ni-diagnostics-addon-{veristand_version}'
dev_xml_path = 'Source\Addon\Custom Device Diagnostics 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",]