Fixing the build
This commit is contained in:
parent
3cac735ac4
commit
1cd0314efa
|
@ -14,6 +14,7 @@ pipeline {
|
|||
stages {
|
||||
stage("Build") {
|
||||
steps {
|
||||
sh 'mkdir /.wine'
|
||||
sh 'wine winecfg'
|
||||
sh 'wine ./executables/nsis-3.10-setup.exe /S'
|
||||
sh 'make'
|
||||
|
|
Loading…
Reference in New Issue