From 3a49691aed6a8e343e78314ab430f381adc0e98b Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 4 Feb 2018 20:47:10 +0100 Subject: Add appveyor configuration file Signed-off-by: Haru --- .appveyor.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .appveyor.yml (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 000000000..de3f255e8 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,28 @@ +version: 1.{branch}.{build} +pull_requests: + do_not_increment_build_number: true +branches: + except: + - rathena + - coverity_scan +skip_tags: true +skip_branch_with_pr: true +image: Visual Studio 2015 +clone_depth: 5 +environment: + matrix: + - HerculesProject: Hercules-11.sln + - HerculesProject: Hercules-12.sln + - HerculesProject: Hercules-14.sln +services: mysql56 +build_script: +- cmd: MSBuild %HerculesProject% /t:map-server,char-server,login-server +test: off +deploy: off +notifications: +- provider: Email + to: + - dev@herc.ws + on_build_success: false + on_build_failure: true + on_build_status_changed: true -- cgit v1.2.3-60-g2f50