Update Jenkinsfile (#602)

This commit is contained in:
MegaMech
2024-04-09 23:05:33 -06:00
committed by GitHub
parent d04ce46573
commit 879fdf7605
Vendored
+1
View File
@@ -16,6 +16,7 @@ pipeline {
stages {
stage('Build Tools') {
steps {
sh 'git submodule update --init --recursive'
sh 'make -j4 -C tools/'
}
}