mirror of https://github.com/zeldaret/tmc.git
Update Jenkinsfile
This commit is contained in:
parent
50252d2b65
commit
d207eaf8fa
|
@ -10,11 +10,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
when {
|
|
||||||
not {
|
|
||||||
branch 'master'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
sh 'make -j'
|
sh 'make -j'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue