Consolidate build steps

This commit is contained in:
zontreck 2024-12-25 02:06:09 -07:00
parent 6b3a3ae8fd
commit 462fc05890

13
Jenkinsfile vendored
View file

@ -9,7 +9,7 @@ pipeline {
}
stages {
stage ("Build Prep") {
stage ("Build & Archive") {
agent {
label 'linux'
}
@ -22,17 +22,6 @@ pipeline {
update_vs_dotgame
chmod +x build.sh
'''
}
}
stage ("Build & Archive") {
agent {
label 'linux'
}
steps {
sh '''
#!/bin/bash
./build.sh
'''