updated jenkins file
This commit is contained in:
parent
16057ba3a6
commit
5a549abd61
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -8,6 +8,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'apt-get update'
|
sh 'apt-get update'
|
||||||
sh 'git submodule update --init --remote --recursive'
|
sh 'git submodule update --init --remote --recursive'
|
||||||
|
sh 'git submodule update'
|
||||||
sh './attach_modules.sh'
|
sh './attach_modules.sh'
|
||||||
sh 'cd libraries; ./build.sh'
|
sh 'cd libraries; ./build.sh'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user