Add Automation for Build System #15
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -18,7 +18,7 @@ node ('master') {
|
||||
|
||||
// Build Stage - Run the PyInstaller Steps to Generate an Executable.
|
||||
stage('Build') {
|
||||
sh """docker run -v "$(pwd):/src/" cdrx/pyinstaller-windows:python3"""
|
||||
sh """docker run -v "${WORKSPACE}:/src/" cdrx/pyinstaller-windows:python3"""
|
||||
}
|
||||
|
||||
// Wrap Up - Archive the Generated Executables, Tear Down the Build System.
|
||||
|
Loading…
Reference in New Issue
Block a user