summaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: dd63715c80c4a731a10baf2e883ed9a680886708 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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-12.sln
  - HerculesProject: Hercules-14.sln
  - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
    HerculesProject: Hercules-15.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