-
Notifications
You must be signed in to change notification settings - Fork 79
/
.travis.yml
69 lines (67 loc) · 1.45 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
sudo: required
dist: trusty
language: generic
cache:
directories:
- $HOME/.ccache
addons:
apt:
packages:
- genisoimage
install: bash -ex ./.travis-install.sh
script: bash -ex ./.travis-script.sh
env:
global:
- PATH="/usr/lib/ccache:$PATH"
matrix:
- PACKAGE=erlang
- PACKAGE=haproxy
- PACKAGE=hiawatha
- PACKAGE=leveldb
- PACKAGE=libcurl
- PACKAGE=libevent
- PACKAGE=libressl
- PACKAGE=libxml2
- PACKAGE=mathopd
- PACKAGE=memcached
- PACKAGE=mpg123
# broken: issue #106
# - PACKAGE=mysql
- PACKAGE=nanomsg
- PACKAGE=nginx
- PACKAGE=ngircd
- PACKAGE=nodejs
# broken: issue #92
# - PACKAGE=openmp
- PACKAGE=pcre
- PACKAGE=php5
- PACKAGE=php7
- PACKAGE=python3
- PACKAGE=redis
# Disabled, does not actually build anything interesting
# - PACKAGE=roundcube
- PACKAGE=ruby
# Disabled, build takes several hours
# - PACKAGE=rust
- PACKAGE=sqlite
- PACKAGE=tor
- PACKAGE=apache2
- PACKAGE=libffi
- PACKAGE=openjdk8
- PACKAGE=ovs
- PACKAGE=zeromq
# - PACKAGE=servus
# - PACKAGE=zerobuf
notifications:
irc:
channels:
- "chat.freenode.net#rumpkernel-builds"
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}'
skip_join: true
use_notice: true
email:
recipients:
on_success: always
on_failure: always