forked from crawl/crawl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
42 lines (42 loc) · 1.4 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
40
41
42
language: cpp
compiler:
- clang
- gcc
sudo: required
before_install:
- sudo apt-get update --option Acquire::Retries=100 --option Acquire::http::Timeout="60"
- 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:
# the IRC channel name (chat.freenode.net##crawl-dev) is encrypted so that
# forks won't spam ##crawl-dev.
# See: https://github.com/travis-ci/travis-ci/issues/1094
# and https://docs.travis-ci.com/user/encryption-keys/
irc:
channels:
- secure: "bZx+ynE2xu+XAuMDSxMfk9WrWpGuetYmJ7bYZfyEePCo2RZNMla1ehFof/srnFuC+KyK6E2gNpUsU4HAyySb7n20AdZxcXFaHQmQvnSU6pUEyLRifgBy7Rsn6DbI3mrsEDhiOECFIxYj2f63nsO5dkRJBQLYQwf/czAQH/0aylw="
on_success: change
on_failure: always
use_notice: true
template:
- "%{message} (%{branch} - %{commit} #%{build_number} : %{author}): %{build_url}"