diff --git a/Jenkinsfile b/Jenkinsfile index 9476ab4..bbd273c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,9 +14,7 @@ pipeline { stages { stage("Build") { steps { - sh 'mkdir /.wine' - sh 'wine winecfg' - sh 'wine ./executables/nsis-3.10-setup.exe /S' + sh 'WINEPREFIX=${HOME}/.wine wine ./executables/nsis-3.10-setup.exe /S' sh 'make' archiveArtifacts artifacts: 'setup_*.exe' }