1
0
Fork 0

added rd to arc stage

This commit is contained in:
Christian Kühnel 2020-01-23 13:03:52 +01:00
parent ebdda6fdc6
commit 0ba33dd7cd

View file

@ -48,6 +48,7 @@ pipeline {
echo "getting llvm-project... "
dir("llvm-project")
{
bat "rd /s/q build"
git url: 'https://github.com/llvm/llvm-project.git'
}
powershell "New-Item -ItemType Directory -Force -Path ${RESULT_DIR}"