Update Jenkinsfile
This commit is contained in:
parent
ecc7be5dba
commit
5908812d45
1 changed files with 16 additions and 13 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue