forked from crawl/crawl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (35 loc) · 943 Bytes
/
.travis.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
language: cpp
compiler:
- clang
- gcc
before_install:
- perl .travis/apt.pl
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.7" CC="gcc-4.7"; fi
env:
- NOTHING=1
- FULLDEBUG=1
- TILES=1
- TILES=1 FULLDEBUG=1
- WEBTILES=1
- WEBTILES=1 FULLDEBUG=1
- USE_DGAMELAUNCH=1 EXTERNAL_DEFINES=-UTOURNEY
- USE_DGAMELAUNCH=1 WEBTILES=1 EXTERNAL_DEFINES=-UTOURNEY
- TILES=1 BUILD_ALL=1
- WEBTILES=1 BUILD_ALL=1
git:
submodules: false
install: perl .travis/deps.pl
script: perl .travis/build.pl
notifications:
email:
on_success: change
on_failure: always
# recipients:
irc:
channels: "chat.freenode.net##crawl-dev"
on_success: change
on_failure: always
use_notice: true
template:
- "%{message} (%{branch} - %{commit} #%{build_number} : %{author}): %{build_url}"