~aleteoryx/muditaos

96eb6308c20aa6ba035b5eb38b5b03a70f787813 — Radoslaw Wicik 4 years ago aa84eb0
[EGD-5689] Add clang tidy to jenkins

Remove check form init scripts
1 files changed, 0 insertions(+), 5 deletions(-)

M Jenkinsfile
M Jenkinsfile => Jenkinsfile +0 -5
@@ 75,11 75,6 @@ popd'''
pushd ${WORKSPACE}
./config/style_check_hook.sh --last
popd'''
            echo "Clang Tidy check"
            sh '''#!/bin/bash -e
pushd ${WORKSPACE}
./config/clang_check.sh
popd'''
        }
    }
    stage('Build') {