forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
53 lines (52 loc) · 1.19 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
notifications:
irc:
channels:
- "chat.freenode.net#cockpit"
skip_join: true
use_notice: true
template:
- "%{message} (%{branch} - %{commit} : %{author}): %{build_url}"
language: c
compiler:
- gcc
- clang
cache: apt
before_install:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
- sudo apt-get update -qq
- >
sudo apt-get --no-install-recommends install
autoconf
automake
gdb
glib-networking
gtk-doc-tools
intltool
libgirepository1.0-dev
libglib2.0-dev
libgudev-1.0-dev
libjavascript-minifier-xs-perl
libjson-glib-dev
libjson-perl
libkeyutils-dev
liblvm2-dev
libnm-glib-dev
libpam0g-dev
libpcp3-dev
libpcp-import1-dev
libpcp-pmda3-dev
libpolkit-agent-1-dev
libpolkit-gobject-1-dev
libssh-dev
libsystemd-daemon-dev
libsystemd-journal-dev
pcp
pkg-config
valgrind
xmlto
xsltproc
script:
- >
gcc ./tools/careful-cat.c -o careful-cat;
set -o pipefail;
(./autogen.sh --prefix=/usr --enable-strict && make V=1 all && sudo make enable-root-tests && make distcheck && make -j8 check-memory) 2>&1 | ./careful-cat