Fixing the build

This commit is contained in:
retropikzel 2024-10-12 07:33:40 +03:00
parent 4af393b5e2
commit e6ee43838f
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 'whoami'
sh 'WINEPREFIX=${HOME}/.wine wine ./executables/nsis-3.10-setup.exe /S' sh 'WINEPREFIX=${HOME}/.wine wine ./executables/nsis-3.10-setup.exe /S'
sh 'make' sh 'make'
archiveArtifacts artifacts: 'setup_*.exe' archiveArtifacts artifacts: 'setup_*.exe'