Attempted fix for AppVeyor build failures on VS2015
Apparently AppVeyor uses VS2013 tools by default _even in the VS2015 image_, which makes approximately zero sense.
This commit is contained in:
parent
f97a617a26
commit
950d4f86e5
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ before_build:
|
|||
- ren external-VC14 external
|
||||
- cd wesnoth
|
||||
- set PATH=C:\projects\external\dll;%PATH%
|
||||
build_script:
|
||||
- msbuild projectfiles\VC14\wesnoth.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
|
||||
notifications:
|
||||
- provider: Webhook
|
||||
|
|
Loading…
Add table
Reference in a new issue