forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
66 lines (64 loc) · 1.73 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
sudo: false
dist: trusty
notifications:
irc:
channels:
- "chat.freenode.net#cockpit"
skip_join: true
use_notice: true
template:
- "%{message} (%{branch} - %{commit} : %{author}): %{build_url}"
language: c
compiler: gcc
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "eZ6Idu0mdj8hovNPK0DL9MmUnzshblNtuXuvVMJ1zujdBJ09sZKmUDI44B2b8e64YPOTq8dTyP8GNmCBf8L3fw0knIfz0uxWBSMbqwLAJk5HkPQ3xE3vLJZK4Gs2np7IunTg91mgFcAkZo4gWNUOrB2jxv9bP0rZSummP8TV+c0="
addons:
coverity_scan:
project:
name: "cockpit-project/cockpit"
description: "Build submitted via Travis CI"
notification_email: mpitt@redhat.com
build_command_prepend: "COV_BUILD_OPTIONS='--fs-capture-search pkg --fs-capture-search src --fs-capture-search test --fs-capture-search dist' && ./autogen.sh --prefix=/usr --enable-strict --with-systemdunitdir=/tmp"
build_command: "make -j all"
branch_pattern: master
apt:
packages:
- autoconf
- automake
- dbus
- gdb
- git
- glib-networking
- gtk-doc-tools
- gettext
- libfontconfig1
- 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-login-dev
- libsystemd-journal-dev
- libkrb5-dev
- pcp
- pkg-config
- pyflakes
- python3-pep8
- ssh
- valgrind
- xmlto
script: "/bin/true"