Fixing the build
This commit is contained in:
parent
b2ed34ff33
commit
3cac735ac4
|
@ -14,7 +14,8 @@ pipeline {
|
|||
stages {
|
||||
stage("Build") {
|
||||
steps {
|
||||
sh 'make install-nsis'
|
||||
sh 'wine winecfg'
|
||||
sh 'wine ./executables/nsis-3.10-setup.exe /S'
|
||||
sh 'make'
|
||||
archiveArtifacts artifacts: 'setup_*.exe'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue