Force AppVeyor to use Visual Studio 2015
This commit is contained in:
commit
863c0cdcd0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ build:
|
|||
build_script:
|
||||
- cmd: cd c:\builder\
|
||||
- cmd: build_pvpgn.bat cmake_only 7 2 1 y
|
||||
- cmd: call "%VS140COMNTOOLS%vsvars32.bat"
|
||||
- cmd: call "%VS120COMNTOOLS%vsvars32.bat"
|
||||
- cmd: set INCLUDE=c:\builder\module\include\atlmfc\;%INCLUDE%
|
||||
- cmd: call "%FrameworkDir%%FrameworkVersion%\MSBuild.exe" c:\builder\build\pvpgn.sln /t:Rebuild /p:Configuration=Release;UseEnv=true /consoleloggerparameters:Summary;PerformanceSummary;Verbosity=minimal /maxcpucount
|
||||
|
||||
|
|
Loading…
Reference in a new issue