1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00

Testing faster jenkins build

This commit is contained in:
Ethan Roseman 2020-04-05 12:12:25 -04:00
parent b96c016948
commit 1469f828ac

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
stage('Build') {
steps {
echo 'Building...'
sh 'make'
sh 'make -j`nproc`'
}
}
}