updated jenkins file
This commit is contained in:
parent
93f7719564
commit
caf6096933
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -9,9 +9,8 @@ pipeline {
|
||||
sh 'apt-get update'
|
||||
sh 'git submodule update --init --remote --recursive'
|
||||
sh './attach_modules.sh'
|
||||
dir ('libraries') {
|
||||
sh 'build.sh'
|
||||
}
|
||||
sh 'cd libraries; ./build.sh'
|
||||
|
||||
}
|
||||
}
|
||||
stage ('Build TeaSpeak') {
|
||||
|
Loading…
Reference in New Issue
Block a user