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