LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Package build automation

Solved!
Go to solution

TL;DR: Using LabVIEW 2018, is there a way to programatically build a package?

 

More details
I'd like to include package building as a part of an automated workflow. I'd like to have a command line callable function that sets the application to build, the version, the build type (i.e. test, release, etc), and release notes. This method would then set the version of the executable and associated package, build the executable then the package. 

 

I know I can interact with the executable build specification using the Application Builder API however these functions don't allow interaction with the package build specifications. I can simply edit the .lvproj's xml keys as needed but I still don't see a way to automatically build the package. I simply don't see a way to actually build the package but by manually loading the lvproj and building from there.

0 Kudos
Message 1 of 3
(2,056 Views)
Solution
Accepted by topic author RkTrey

Is this what you're looking for?

 

https://github.com/mbilyk/NIPM-Tutorial/blob/master/README.md#build-a-basic-package---ni-package-man...

Matt J | National Instruments | CLA
Message 2 of 3
(2,018 Views)

That's it. I'd offer double kudos if I could. Thanks Jacobson

0 Kudos
Message 3 of 3
(2,009 Views)