Fixing the build
This commit is contained in:
parent
4af393b5e2
commit
e6ee43838f
|
@ -14,6 +14,7 @@ pipeline {
|
|||
stages {
|
||||
stage("Build") {
|
||||
steps {
|
||||
sh 'whoami'
|
||||
sh 'WINEPREFIX=${HOME}/.wine wine ./executables/nsis-3.10-setup.exe /S'
|
||||
sh 'make'
|
||||
archiveArtifacts artifacts: 'setup_*.exe'
|
||||
|
|
Loading…
Reference in New Issue