-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
38 lines (38 loc) · 1.03 KB
/
.travis.yml
File metadata and controls
38 lines (38 loc) · 1.03 KB
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
language: cpp
compiler:
- clang
- gcc
cache: ccache
before_install:
- perl .travis/apt.pl
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.7" CC="gcc-4.7"; fi
sudo: required
dist: precise
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 SOUND=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:
# - crawl-ref-commits@lists.sourceforge.net
irc:
channels: chat.freenode.net##crawl-forks
on_success: always
on_failure: always
use_notice: true
template:
- "%{message} (%{branch} - %{commit} #%{build_number} : %{build_url} View changes: %{compare_url}"