Skip to content

Commit

Permalink
correct Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Mar 11, 2024
1 parent d1febb4 commit 8d15634
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ def tascar_build_steps(stage_name) {
sh "cp /mingw64/bin/broadwayd.exe TASCAR"
sh "cp artwork/*.png TASCAR"
// Now create the zip file from everything inside the TASCAR dir
sh 'zip -r TASCAR-$(grep ^VERSION= config.mk | cut -d= -f2)-windows.zip TASCAR'
//sh 'zip -r TASCAR-$(grep TASCARVER libtascar/build/tascarver.h | cut -d\'"\' -f2)-windows.zip TASCAR'
grep TASCARVER libtascar/build/tascarver.h | cut -d'"' -f2
//sh 'zip -r TASCAR-$(grep ^VERSION= config.mk | cut -d= -f2)-windows.zip TASCAR'
sh 'zip -r TASCAR-$(grep TASCARVER libtascar/build/tascarver.h | cut -d\'"\' -f2)-windows.zip TASCAR'
archiveArtifacts 'TASCAR-*-windows.zip'
}
}
Expand Down

0 comments on commit 8d15634

Please sign in to comment.