Fixing the build

This commit is contained in:
retropikzel 2024-10-12 07:32:52 +03:00
parent 1cd0314efa
commit 4af393b5e2
1 changed files with 1 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -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'
}