wesnoth/.appveyor.vs2013.yml
2017-02-23 19:09:16 +02:00

19 lines
643 B
YAML

version: Wesnoth-VS2013-{branch}-{build}
clone_folder: C:\projects\wesnoth
image: Visual Studio 2013
configuration:
- Release
- Debug
platform: win32
skip_branch_with_pr: true
shallow_clone: true
before_build:
- cd ..
- ps: wget https://github.com/aquileia/external/archive/VC12.zip -O VC12.zip
- 7z x VC12.ZIP
- ren external-VC12 external
- cd wesnoth
- set PATH=C:\projects\external\dll;%PATH%
on_failure:
- "python utils\\appveyor\\irc-notify.py wesnoth-dev {bold}{project_name} - {configuration_name} {color_green}{author}{plain} {bold}{short_commit}: {plain}{message} {color_red}Failed,{bold}Details: {plain}{build_url}"