mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-11-23 03:49:42 +00:00
Change Appveyor to download Clang from llvm.org instead of my private server
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302181 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
907c1196a7
commit
8ef97ec751
@ -65,4 +65,4 @@ artifacts:
|
||||
cache:
|
||||
- C:\projects\deps\ninja
|
||||
- C:\projects\deps\cmake
|
||||
- C:\projects\deps\llvm
|
||||
- C:\projects\deps\llvm-installer.exe
|
||||
|
@ -7,11 +7,11 @@ cd C:\projects\deps
|
||||
::###########################################################################
|
||||
:: Setup the path to Clang-cl
|
||||
::###########################################################################
|
||||
if NOT EXIST llvm-installer.exe (
|
||||
appveyor DownloadFile http://llvm.org/pre-releases/win-snapshots/LLVM-5.0.0-r301646-win32.exe -FileName llvm-installer.exe
|
||||
)
|
||||
if "%CLANG_VERSION%"=="ToT" (
|
||||
appveyor DownloadFile http://efcs.ca/downloads/llvm-tot-win32.zip -FileName llvm-package.zip
|
||||
move "C:\Program Files\LLVM" "C:\Program Files\LLVM_BAK"
|
||||
7z x llvm-package.zip -o"C:\Program Files\LLVM" > nul
|
||||
rm llvm-package.zip
|
||||
START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"
|
||||
)
|
||||
@set PATH="C:\Program Files\LLVM\bin";%PATH%
|
||||
clang-cl -v
|
||||
@ -42,10 +42,6 @@ ninja --version
|
||||
::###########################################################################
|
||||
:: Setup the cached copy of LLVM
|
||||
::###########################################################################
|
||||
if NOT EXIST llvm (
|
||||
git clone --depth=1 http://llvm.org/git/llvm.git
|
||||
) ELSE (
|
||||
git -C llvm pull --rebase=true --ff-only
|
||||
)
|
||||
git clone --depth=1 http://llvm.org/git/llvm.git
|
||||
|
||||
@echo off
|
||||
|
Loading…
Reference in New Issue
Block a user