Update Jenkinsfile

This commit is contained in:
notyourav 2021-03-14 22:52:10 -07:00 committed by GitHub
parent 50252d2b65
commit d207eaf8fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

5
Jenkinsfile vendored
View File

@ -10,11 +10,6 @@ pipeline {
}
}
stage('Build') {
when {
not {
branch 'master'
}
}
steps {
sh 'make -j'
}