diff options
author | Haru <haru@dotalux.com> | 2018-02-04 20:47:10 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-02-17 15:10:13 +0100 |
commit | 3a49691aed6a8e343e78314ab430f381adc0e98b (patch) | |
tree | 5e87b19dcd7a93390907d5bc3d2528170ba8ef50 /.appveyor.yml | |
parent | 4402660a1a36039273ad88765fd71160e823baab (diff) | |
download | hercules-3a49691aed6a8e343e78314ab430f381adc0e98b.tar.gz hercules-3a49691aed6a8e343e78314ab430f381adc0e98b.tar.bz2 hercules-3a49691aed6a8e343e78314ab430f381adc0e98b.tar.xz hercules-3a49691aed6a8e343e78314ab430f381adc0e98b.zip |
Add appveyor configuration file
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 28 |
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 |