generated from AriasCreations/vsmodtemplate
Use built-in dotgame update script for CI Server
This commit is contained in:
parent
38fe2c98fd
commit
a1fee2d752
1 changed files with 15 additions and 1 deletions
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
|
@ -9,7 +9,7 @@ pipeline {
|
|||
}
|
||||
|
||||
stages {
|
||||
stage ("Build") {
|
||||
stage ("Build Prep") {
|
||||
agent {
|
||||
label 'linux'
|
||||
}
|
||||
|
@ -19,7 +19,21 @@ pipeline {
|
|||
#!/bin/bash
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
update_vs_dotgame
|
||||
chmod +x build.sh
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage ("Build & Archive") {
|
||||
agent {
|
||||
label 'linux'
|
||||
}
|
||||
|
||||
steps {
|
||||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
./build.sh
|
||||
'''
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue