summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml28
1 files changed, 28 insertions, 0 deletions
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