Update Jenkinsfile (#602)

This commit is contained in:
MegaMech 2024-04-09 23:05:33 -06:00 committed by GitHub
parent d04ce46573
commit 879fdf7605
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -16,6 +16,7 @@ pipeline {
stages {
stage('Build Tools') {
steps {
sh 'git submodule update --init --recursive'
sh 'make -j4 -C tools/'
}
}