Browse Source

Fix AppVeyor builds by invoking VS 2013 command prompt environment.

pull/621/head
Joao Matos 10 years ago
parent
commit
9333650ad3
  1. 1
      appveyor.yml

1
appveyor.yml

@ -42,6 +42,7 @@ init: @@ -42,6 +42,7 @@ init:
- git config --global core.autocrlf true
install:
- call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86
- build\premake5.exe --file=build\scripts\LLVM.lua download_llvm
build_script:

Loading…
Cancel
Save