setup too

This commit is contained in:
Ethan Roseman
2020-04-05 12:18:58 -04:00
parent 1469f828ac
commit fd9b31e103
Vendored
+1 -1
View File
@@ -9,7 +9,7 @@ pipeline {
sh 'git submodule update --init --recursive'
sh 'cp -r /usr/local/etc/ido/ido7.1_compiler tools/ido7.1_compiler'
sh 'chmod +x -R tools/ido*'
sh 'make setup'
sh 'make -j`nproc` setup'
}
}
stage('Build') {