Fixing the build
This commit is contained in:
parent
b2ed34ff33
commit
3cac735ac4
|
@ -14,7 +14,8 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
steps {
|
steps {
|
||||||
sh 'make install-nsis'
|
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