Update Jenkinsfile

This commit is contained in:
zontreck 2024-10-06 20:54:14 +00:00
parent ecc7be5dba
commit 5908812d45

3
Jenkinsfile vendored
View file

@ -68,6 +68,8 @@ pipeline {
label "linuxfs"
}
steps {
script {
sh '''
#!/bin/bash
@ -86,6 +88,7 @@ pipeline {
autobuild build -A64 -c ReleaseFS_open --no-configure -- --fmodstudio || true
'''
}
}
post {
always {