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:
Jyrki Vesterinen 2018-03-18 20:35:57 +02:00
parent f97a617a26
commit 950d4f86e5

View file

@ -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