added rd to arc stage
This commit is contained in:
parent
ebdda6fdc6
commit
0ba33dd7cd
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ pipeline {
|
||||||
echo "getting llvm-project... "
|
echo "getting llvm-project... "
|
||||||
dir("llvm-project")
|
dir("llvm-project")
|
||||||
{
|
{
|
||||||
|
bat "rd /s/q build"
|
||||||
git url: 'https://github.com/llvm/llvm-project.git'
|
git url: 'https://github.com/llvm/llvm-project.git'
|
||||||
}
|
}
|
||||||
powershell "New-Item -ItemType Directory -Force -Path ${RESULT_DIR}"
|
powershell "New-Item -ItemType Directory -Force -Path ${RESULT_DIR}"
|
||||||
|
|
Loading…
Reference in a new issue