1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-10 19:20:13 +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`'
}
}
}