Jenkins enable clang-tidy build

This commit is contained in:
Daniel Agar
2017-12-15 09:46:38 -05:00
parent cbdb08bb61
commit d7aa5df3cd
Vendored
+12 -13
View File
@@ -215,19 +215,18 @@ pipeline {
stage('Test') { stage('Test') {
parallel { parallel {
// temporarily disabled until build resources are available stage('clang tidy') {
//stage('clang-tidy') { agent {
// agent { docker {
// docker { image 'px4io/px4-dev-clang:2017-10-23'
// image 'px4io/px4-dev-clang:2017-10-23' args '-e CI=true -e CCACHE_BASEDIR=$WORKSPACE -e CCACHE_DIR=/tmp/ccache -v /tmp/ccache:/tmp/ccache:rw'
// args '-e CI=true -e CCACHE_BASEDIR=$WORKSPACE -e CCACHE_DIR=/tmp/ccache -v /tmp/ccache:/tmp/ccache:rw' }
// } }
// } steps {
// steps { sh 'make clean'
// sh 'make clean' sh 'make clang-tidy-quiet'
// sh 'make clang-tidy-quiet' }
// } }
//}
stage('tests') { stage('tests') {
agent { agent {