Fixing the build

This commit is contained in:
retropikzel 2024-10-12 07:31:22 +03:00
parent b2ed34ff33
commit 3cac735ac4
2 changed files with 2 additions and 4 deletions

3
Jenkinsfile vendored
View File

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

View File

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