Fixing the build

This commit is contained in:
retropikzel 2024-10-12 08:58:04 +03:00
parent 1e6f4128ca
commit 92a5852e92
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -19,9 +19,7 @@ pipeline {
stages { stages {
stage("Build") { stage("Build") {
steps { steps {
sh 'make clean'
sh 'make' sh 'make'
archiveArtifacts artifacts: 'setup_*.exe'
} }
} }
} }