Skip to content

Commit

Permalink
Additional updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarditi committed Nov 26, 2023
1 parent 21d558e commit ec90ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_scripts/automation/Windows/setup-files.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ if "%BUILD_CHECKEDC_CLEAN%"=="Yes" (
)
)

if not exist %BUILD_SOURCESDIRECTORY%\checkedc-clang\.git (
if not exist %BUILD_SOURCESDIRECTORY%\checkedc-llvm-project\.git (
git clone -c core.autocrlf=false https://github.com/checkedc/checkedc-llvm-project %BUILD_SOURCESDIRECTORY%\checkedc-llvm-project
if ERRORLEVEL 1 (goto cmdfailed)
)

if not exist %BUILD_SOURCESDIRECTORY%\checkedc-clang\llvm\projects\checkedc-wrapper\checkedc\.git (
if not exist %BUILD_SOURCESDIRECTORY%\checkedc-llvm-project\llvm\projects\checkedc-wrapper\checkedc\.git (
git clone https://github.com/checkedc/checkedc %BUILD_SOURCESDIRECTORY%\checkedc-llvm-project\llvm\projects\checkedc-wrapper\checkedc
if ERRORLEVEL 1 (goto cmdfailed)
)
Expand Down

0 comments on commit ec90ead

Please sign in to comment.