Update Jenkinsfile (#602)
This commit is contained in:
parent
d04ce46573
commit
879fdf7605
|
|
@ -16,6 +16,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Build Tools') {
|
||||
steps {
|
||||
sh 'git submodule update --init --recursive'
|
||||
sh 'make -j4 -C tools/'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue