disables make flow in Jenkins to test cmake flow
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -57,6 +57,7 @@ pipeline {
|
|||||||
stage('make rtl') {steps { make_hello("rtl")}}
|
stage('make rtl') {steps { make_hello("rtl")}}
|
||||||
stage('make ehrenberg') {steps { make_hello("ehrenberg")}}
|
stage('make ehrenberg') {steps { make_hello("ehrenberg")}}
|
||||||
stage('make tgc_vp') {steps { make_hello("tgc_vp")}}*/
|
stage('make tgc_vp') {steps { make_hello("tgc_vp")}}*/
|
||||||
|
/*
|
||||||
stage('make hello-world') {
|
stage('make hello-world') {
|
||||||
matrix {
|
matrix {
|
||||||
axes {
|
axes {
|
||||||
@ -81,6 +82,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
stage('CMAKE flow for hello-world') {
|
stage('CMAKE flow for hello-world') {
|
||||||
matrix {
|
matrix {
|
||||||
axes {
|
axes {
|
||||||
@ -114,9 +116,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
post {
|
post {
|
||||||
failure {
|
failure {
|
||||||
sh("make -C hello-world/ clean")
|
sh("make -C hello-world/ clean")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user