-
Notifications
You must be signed in to change notification settings - Fork 16
/
build.toml
60 lines (50 loc) · 1.41 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
[archive]
build_output_dir = 'Built'
archive_location = '\\us-aus-hilbuild\builds\NIVeriStandAdd-ons\addons\veristand steps for teststand'
[projects.runtime]
path = 'Source\LV\RunTime\VeriStand Steps RunTime Library.lvproj'
[projects.installer]
path = 'Source\LV\Installer\VeriStand Steps Installer.lvproj'
[[codegen.steps]]
name = 'Update Project Files'
type = 'vsStepsUpdateProjectFiles'
[[build.steps]]
name = 'VeriStand Steps RunTime PPL'
type = 'lvBuildSpec'
project = '{runtime}'
target = 'My Computer'
build_spec = 'Packed Library'
[[build.steps]]
name = 'VeriStand Steps RunTime PPL x64'
type = 'lv64BuildSpec'
project = '{runtime}'
target = 'My Computer'
build_spec = 'Packed Library'
[[build.steps]]
name = 'PostInstallAction'
type = 'lvBuildSpec'
project = 'installer'
target = 'My Computer'
build_spec = 'Installer Post Install Action'
[[build.steps]]
name = 'PostInstallAction'
type = 'lvBuildSpec'
project = 'installer'
target = 'My Computer'
build_spec = 'Installer Pre Uninstall Action'
[[test.steps]]
name = 'TestStand 2017 Integration Test'
type = 'Test'
sequence_path = 'Tests\Sequences\Main.seq'
teststand_version = '2017'
teststand_bitness = '32'
[package]
type = 'vsStepsPackage'
types_version = '8.1.0'
[[release.steps]]
name = 'Master Release'
type = 'githubRelease'
2015_release_branches = ["master",]
2016_release_branches = ["master",]
2017_release_branches = ["master",]
2018_release_branches = ["master",]