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