Add Automation for Build System #15
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -13,12 +13,12 @@ node ('windows') {
|
||||
|
||||
// Prep Stage - Clone the Repository and Configure System as Needed.
|
||||
stage('Prep') {
|
||||
bat "echo prep"
|
||||
scm checkout
|
||||
}
|
||||
|
||||
// Build Stage - Run the PyInstaller Steps to Generate an Executable.
|
||||
stage('Build') {
|
||||
bat "echo build"
|
||||
bat """pyinstaller --noconfirm --onefile --windowed "./main.py" """
|
||||
}
|
||||
|
||||
// Wrap Up - Archive the Generated Executables, Tear Down the Build System.
|
||||
|
Loading…
Reference in New Issue
Block a user