Make the build work in Jenkins #1

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

3
Jenkinsfile vendored
View File

@ -14,7 +14,8 @@ pipeline {
stages { stages {
stage("Build") { stage("Build") {
steps { steps {
sh 'make install-nsis' sh 'wine winecfg'
sh 'wine ./executables/nsis-3.10-setup.exe /S'
sh 'make' sh 'make'
archiveArtifacts artifacts: 'setup_*.exe' archiveArtifacts artifacts: 'setup_*.exe'
} }

View File

@ -10,9 +10,6 @@ urls.txt: repo.scm
snow: urls.txt snow: urls.txt
sh download.sh sh download.sh
install-nsis:
wine ./executables/nsis-3.10-setup.exe /S
clean: clean:
rm -rf repo.scm rm -rf repo.scm
rm -rf snow rm -rf snow