Fixing the build

This commit is contained in:
retropikzel 2024-10-12 07:47:48 +03:00
parent 7ce258d771
commit b30d83188c
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -16,6 +16,7 @@ pipeline {
stage("Build") { stage("Build") {
steps { steps {
sh 'whoami' sh 'whoami'
sh 'make snow'
sh 'make' sh 'make'
archiveArtifacts artifacts: 'setup_*.exe' archiveArtifacts artifacts: 'setup_*.exe'
} }