forked from jeremygurr/dcssca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
38 lines (38 loc) · 1015 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
36
37
38
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
- TILES=1 FULLDEBUG=1
- MONSTER=1
git:
submodules: false
install: perl .travis/deps.pl
script: perl .travis/build.pl
notifications:
irc:
channels: "chat.freenode.net##circusfork"
on_success: change
on_failure: change
use_notice: true
template:
- "%{message} (%{branch} - %{commit} #%{build_number} : %{author}): %{build_url}"
# email:
# on_success: change
# on_failure: always
# recipients:
sudo: required