03-26-2025 01:39 AM
Hi All,
What do you guys use to store LabView artifacts like .exe? Github? S3 or other services like Artifactory?
Thanks
03-26-2025 02:46 AM
Hi Roman,
@RomanWB wrote:
What do you guys use to store LabView artifacts like .exe? Github? S3 or other services like Artifactory?
I would rather put the source code into SCC instead of the EXE created from that source…
We use SVN to handle code revisions, and eventually the EXE also is put into the repositary.
03-26-2025 09:21 AM
@GerdW wrote:
Hi Roman,
@RomanWB wrote:
What do you guys use to store LabView artifacts like .exe? Github? S3 or other services like Artifactory?
I would rather put the source code into SCC instead of the EXE created from that source…
We use SVN to handle code revisions, and eventually the EXE also is put into the repositary.
We also put the executable in the repo because rebuilding it can sometimes not yield the same executable.
03-26-2025 09:53 AM
Newish Github user. I have been putting my executables and PPLs in the repository. In the near future, I plan to figure out also putting built installers with the release tags.