Make the build work in Jenkins #1

Merged
Retropikzel merged 28 commits from development into main 2024-10-12 00:42:35 -04:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 1cd0314efa - Show all commits

1
Jenkinsfile vendored
View File

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