Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build combined package for 2021 32- and 64-bit builds #191

Merged
merged 5 commits into from
Nov 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions build.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ vi = 'Custom Device Source\Build VIs\Delete Scripting API.vi'
[[package]]
type = 'nipkg'
package_output_dir = 'Built'
multi_bitness = 'true'
multi_bitness_versions = ['2021']

[package.payload_map]
'Built\\Scan Engine' = 'documents\National Instruments\NI VeriStand {veristand_version}\Custom Devices\Scan Engine'
Expand All @@ -122,6 +124,8 @@ package_output_dir = 'Built'
type = 'nipkg'
control_file = 'control_scripting'
package_output_dir = 'Built'
multi_bitness = 'true'
multi_bitness_versions = ['2021']

[package.payload_map]
'Built\\Scripting\\Scan Engine' = 'ni-paths-LV{veristand_version}DIR{nipaths_64_bitness_suffix}\vi.lib\addons\VeriStand Custom Device Scripting APIs\Scan Engine'
Expand All @@ -130,6 +134,8 @@ package_output_dir = 'Built'
type = 'nipkg'
control_file = 'control_examples'
package_output_dir = 'Built'
multi_bitness = 'true'
multi_bitness_versions = ['2021']

[package.payload_map]
'Built\\Examples\\Scan Engine' = 'ni-paths-LV{veristand_version}DIR{nipaths_64_bitness_suffix}\examples\NI VeriStand Custom Devices\Scan Engine'
Expand Down