merged changes from other Jenkinsfile
This commit is contained in:
parent
e69c0e4130
commit
c04a10e914
1 changed files with 4 additions and 2 deletions
4
Jenkins/master-linux-pipeline/Jenkinsfile
vendored
4
Jenkins/master-linux-pipeline/Jenkinsfile
vendored
|
@ -28,11 +28,13 @@ pipeline {
|
||||||
git url: 'https://github.com/llvm/llvm-project.git'
|
git url: 'https://github.com/llvm/llvm-project.git'
|
||||||
sh 'git clean -fdx'
|
sh 'git clean -fdx'
|
||||||
sh 'mkdir -p llvm-premerge-checks'
|
sh 'mkdir -p llvm-premerge-checks'
|
||||||
sh 'mkdir -p "${TARGET_DIR}"'
|
|
||||||
dir("llvm-premerge-checks")
|
dir("llvm-premerge-checks")
|
||||||
{
|
{
|
||||||
git url: 'https://github.com/google/llvm-premerge-checks.git'
|
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') {
|
stage('CMake') {
|
||||||
|
|
Loading…
Reference in a new issue