merged changes from other Jenkinsfile
This commit is contained in:
parent
e69c0e4130
commit
c04a10e914
1 changed files with 4 additions and 2 deletions
6
Jenkins/master-linux-pipeline/Jenkinsfile
vendored
6
Jenkins/master-linux-pipeline/Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue