forked from czokubik/NI-XNET-Monitor-Custom-Device
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.toml
31 lines (26 loc) · 832 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
[archive]
build_output_dir = 'Built'
archive_location = '\\us-aus-hilbuild\builds\niveristandadd-ons\custom devices\ni-xnet-monitor'
[projects.cd]
path = 'Source\NI-XNET Monitor 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'
name = 'ni-xnet-monitor-veristand-{veristand_version}'
dev_xml_path = 'Source\Custom Device NI-XNET Monitor.xml'
install_destination = 'documents\National Instruments\NI VeriStand {veristand_version}'
[[release.steps]]
name = 'Master Release'
type = 'githubRelease'
2018_release_branches = ["master",]
2019_release_branches = ["master",]