From 2bd4cae894b802f755b9affca5168c40b7c0d4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joa=CC=83o=20Matos?= Date: Mon, 22 Jun 2015 15:44:35 +0100 Subject: [PATCH] Download and extract LLVM dependency on AppVeyor build. --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cdffb097..6eff2b60 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,10 +34,13 @@ configuration: environment: VS_VERSION: vs2013 + DEPS_PATH: '%APPVEYOR_BUILD_FOLDER%\deps' LLVM_PATH: '%APPVEYOR_BUILD_FOLDER%\deps\llvm' BUILD_PATH: '%APPVEYOR_BUILD_FOLDER%\build\%VS_VERSION%' -# install: +install: + - appveyor DownloadFile https://dl.dropboxusercontent.com/u/194502/CppSharp/llvm.7z + - 7z x llvm.7z -o%DEPS_PATH% -y build_script: - build\premake5.exe --file=build\premake4.lua %VS_VERSION%