updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-08 22:07:35 +02:00
parent 93f7719564
commit caf6096933
1 changed files with 2 additions and 3 deletions

5
Jenkinsfile vendored
View File

@ -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') {