forked from dplusplus/dcss-0.16-ja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (39 loc) · 1.14 KB
/
.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
39
language: cpp
compiler:
- clang
- gcc
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo add-apt-repository ppa:zoogie/sdl2-snapshots -y
- sudo apt-get update -qq
- if [ "$CXX" = "clang++" ]; then sudo apt-get install -qq libstdc++-4.8-dev; fi
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
env:
- NOTHING=1
- FULLDEBUG=1
- TILES=1
- TILES=1 FULLDEBUG=1
- WEBTILES=1
- WEBTILES=1 FULLDEBUG=1
- USE_DGAMELAUNCH=1
- USE_DGAMELAUNCH=1 WEBTILES=1
- 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:
# - crawl-ref-commits@lists.sourceforge.net
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}"