|
|
|
@ -21,6 +21,8 @@ branches:
@@ -21,6 +21,8 @@ branches:
|
|
|
|
|
matrix: |
|
|
|
|
fast_finish: true |
|
|
|
|
|
|
|
|
|
os: Visual Studio 2015 |
|
|
|
|
|
|
|
|
|
platform: |
|
|
|
|
- x86 |
|
|
|
|
|
|
|
|
@ -28,7 +30,7 @@ configuration:
@@ -28,7 +30,7 @@ configuration:
|
|
|
|
|
- Release |
|
|
|
|
|
|
|
|
|
environment: |
|
|
|
|
VS_VERSION: vs2013 |
|
|
|
|
VS_VERSION: vs2015 |
|
|
|
|
BUILD_PLATFORM: 'x32' |
|
|
|
|
DEPS_PATH: '%APPVEYOR_BUILD_FOLDER%\deps' |
|
|
|
|
LLVM_PATH: '%APPVEYOR_BUILD_FOLDER%\deps\llvm' |
|
|
|
@ -42,7 +44,7 @@ init:
@@ -42,7 +44,7 @@ init:
|
|
|
|
|
- git config --global core.autocrlf true |
|
|
|
|
|
|
|
|
|
install: |
|
|
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 |
|
|
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86 |
|
|
|
|
- build\premake5.exe --file=build\scripts\LLVM.lua download_llvm |
|
|
|
|
|
|
|
|
|
build_script: |
|
|
|
|