-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathbuild.toml
33 lines (28 loc) · 907 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
[archive]
build_output_dir = 'Built'
archive_location = '\\us-aus-hilbuild\builds\niveristandadd-ons\custom devices\udp'
[projects.cd]
path = 'Source\UDP-Custom-Device Custom Device.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'
[package]
type = 'nipkg'
dev_xml_path = 'Source\Custom Device UDP-Custom-Device.xml'
nipkg_staging_paths = { 'Built' = 'documents\National Instruments\NI VeriStand {veristand_version}\Custom Devices' }
[[release.steps]]
name = 'Master Release'
type = 'githubRelease'
2016_release_branches = ["master",]
2017_release_branches = ["master",]
2018_release_branches = ["master",]
2019_release_branches = ["master",]
2020_release_branches = ["master",]