forked from OSchip/llvm-project
parent
acc32abb11
commit
b5d2937d5f
|
@ -9,7 +9,7 @@ cd C:\projects\deps
|
||||||
:: Setup Compiler
|
:: Setup Compiler
|
||||||
::###########################################################################
|
::###########################################################################
|
||||||
if NOT EXIST llvm-installer.exe (
|
if NOT EXIST llvm-installer.exe (
|
||||||
appveyor DownloadFile http://prereleases.llvm.org/win-snapshots/LLVM-6.0.0-r316086-win32.exe -FileName llvm-installer.exe
|
appveyor DownloadFile http://prereleases.llvm.org/win-snapshots/LLVM-7.0.0-r325576-win32.exe -FileName llvm-installer.exe
|
||||||
)
|
)
|
||||||
if "%CLANG_VERSION%"=="ToT" (
|
if "%CLANG_VERSION%"=="ToT" (
|
||||||
START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"
|
START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"
|
||||||
|
|
Loading…
Reference in New Issue