summaryrefslogblamecommitdiff
path: root/.appveyor.yml
blob: de3f255e80b3fef1b49e9e4b26dbb1545ca5a842 (plain) (tree)



























                                                                       
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