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') {
|
||||
when {
|
||||
not {
|
||||
branch 'master'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'make -j'
|
||||
}
|
||||
|
@ -34,4 +29,4 @@ pipeline {
|
|||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue