LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView Artifacts - Executables

Hi All,

 

What do you guys use to store LabView artifacts like .exe? Github? S3 or other services like Artifactory?

 

Thanks

0 Kudos
Message 1 of 4
(175 Views)

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.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(148 Views)

@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.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 4
(108 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 4
(95 Views)