summaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: 4b3b03e6a99d42bf97bbdffbeee4e544d82c5a3b (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
30
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-14.sln
  - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
    HerculesProject: Hercules-15.sln
  - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
    HerculesProject: Hercules-16.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