mirror of https://github.com/AxioDL/metaforce.git
Update to VS2017 for appveyor
This commit is contained in:
parent
f4de84b5fa
commit
1280f922c3
|
@ -4,7 +4,7 @@
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- Visual Studio 2015
|
- Visual Studio 2017
|
||||||
|
|
||||||
build:
|
build:
|
||||||
verbosity: detailed
|
verbosity: detailed
|
||||||
|
@ -47,7 +47,7 @@ install:
|
||||||
- llvm-config --version
|
- llvm-config --version
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
|
- call "C:\Program Files (x86)\Microsoft Visual Studio 15.0\VC\vcvarsall.bat" amd64
|
||||||
- cd C:\projects\urde
|
- cd C:\projects\urde
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue