Skip to content

Commit

Permalink
Update build.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldo633 committed Oct 12, 2020
1 parent 19d66e4 commit 7ee1566
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[projects.cd]
path = 'Source\Modbus Master Custom Device - Windows.lvproj'

[projects.cdLinux]
path = 'Source\Modbus Master Custom Device - Linux ARM.lvproj'

[projects.cdPharlap]
path = 'Source\Modbus Master Custom Device - RT PXI.lvproj'

[[build.steps]]
Expand All @@ -16,6 +20,19 @@ type = 'lvBuildSpecAllTargets'
project = '{cd}'
build_spec = 'Engine Release'

[[build.steps]]
name = 'Engine Libraries'
type = 'lvBuildSpec'
project = '{cdLinux}'
build_spec = 'Engine Release'


[[build.steps]]
name = 'Engine Libraries'
type = 'lvBuildSpec'
project = '{cdPharlap}'
build_spec = 'Engine Release'


[package]
type = 'nipkg'
Expand Down

0 comments on commit 7ee1566

Please sign in to comment.