1
0
Fork 0

merged changes from other Jenkinsfile

This commit is contained in:
Christian Kühnel 2019-12-11 17:23:42 +01:00
parent e69c0e4130
commit c04a10e914

View file

@ -28,12 +28,14 @@ pipeline {
git url: 'https://github.com/llvm/llvm-project.git'
sh 'git clean -fdx'
sh 'mkdir -p llvm-premerge-checks'
sh 'mkdir -p "${TARGET_DIR}"'
dir("llvm-premerge-checks")
{
git url: 'https://github.com/google/llvm-premerge-checks.git'
}
}
sh 'rm -rf build || true'
sh 'mkdir -p build'
sh 'mkdir -p "${TARGET_DIR}"'
}
}
stage('CMake') {
steps {