Attempt a windows compiler update

This commit is contained in:
Asher Baker
2018-07-19 17:14:05 +01:00
parent cdf63bf2e7
commit 67b3972469
+3 -3
View File
@@ -1,7 +1,7 @@
version: '{build}' version: '{build}'
os: Visual Studio 2013 os: Visual Studio 2015
environment: environment:
GYP_MSVS_VERSION: '2013' GYP_MSVS_VERSION: '2015'
install: install:
- cd .. - cd ..
- git clone --depth=1 --branch=1.7-dev https://github.com/alliedmodders/sourcemod sourcemod-1.7 - git clone --depth=1 --branch=1.7-dev https://github.com/alliedmodders/sourcemod sourcemod-1.7
@@ -11,7 +11,7 @@ install:
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
- breakpad.bat - breakpad.bat
build_script: build_script:
- '"%VS120COMNTOOLS%\vsvars32.bat"' - '"%VS140COMNTOOLS%\vsvars32.bat"'
- mkdir build - mkdir build
- cd build - cd build
- C:\python27\python.exe ..\configure.py --enable-optimize - C:\python27\python.exe ..\configure.py --enable-optimize