Fixing the build

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

1
Jenkinsfile vendored
View File

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