Add Automation for Build System #15

Merged
engineerjoe440 merged 8 commits from dev/build-system-enhancements into main 2022-11-07 03:10:58 +00:00
Showing only changes of commit 535706027d - Show all commits

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ node ('windows') {
// Prep Stage - Clone the Repository and Configure System as Needed.
stage('Prep') {
scm checkout
checkout scm
}
// Build Stage - Run the PyInstaller Steps to Generate an Executable.