Skip to content

Commit

Permalink
Updated the AppVeyor LLVM package URL and fix the extracting code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Aug 21, 2015
1 parent f0ec54a commit 763176b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ environment:
BUILD_PATH: '%APPVEYOR_BUILD_FOLDER%\build\%VS_VERSION%'

install:
- appveyor DownloadFile https://dl.dropboxusercontent.com/u/194502/CppSharp/llvm.7z
- 7z x llvm.7z -o%DEPS_PATH% -y
- appveyor DownloadFile https://dl.dropboxusercontent.com/u/194502/CppSharp/llvm_windows_x86.7z
- 7z x llvm_windows_x86.7z -o%DEPS_PATH%\llvm -y

build_script:
- build\premake5.exe --file=build\premake4.lua %VS_VERSION%
Expand Down

0 comments on commit 763176b

Please sign in to comment.