-
Notifications
You must be signed in to change notification settings - Fork 2
/
appveyor.yml
48 lines (40 loc) · 1009 Bytes
/
appveyor.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# build configuration
build:
project: build/projects/vs2013/engine.sln
# enable MSVC parallel building
parallel: true
verbosity: minimal
# only build master & develop
branches:
only: # white list
- master
- develop
except: # black list
- gh-pages
# we only support 64-bit
platform:
- x64
# debug and release
configuration:
- debug
- release
matrix:
# immediately exit upon failure
fast_finish: true
# environment:
# PATH: "C:/projects/altertum/ext/bx/tools/bin/windows;%PATH%"
install:
- git submodule update --init --recursive
# generate project files with genie
before_build:
- echo %PATH%
- echo %CD%
- .\ext\bx\tools\bin\windows\genie --file=genie\genie.lua --without-cl vs2013
# slack notifications
notifications:
- provider: Slack
auth_token:
secure: guMEhdekfCAVCL2fcYXQnjvOARZetae8mt5GVGO8Cz1sq3jPOpfQ952wntnFPLmCYOC3T9Fdtj6dYL8C905f4A==
channel: code
- provider: Webhook
url: https://webhooks.gitter.im/e/16925305d206e8d56028