forked from troglobit/pimd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
41 lines (36 loc) · 1.16 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
# Travis CI integration
# Defaults to GNU GCC and autotools: ./configure && make && make test
language: c
# Use docker for quicker builds, it now allows https://docs.travis-ci.com/user/apt/
sudo: false
# Test build with both GCC and Clang (LLVM)
compiler:
- gcc
- clang
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: "OAx9MdLgm+ZpCo/h65praDhKl35RgHEQRFR1qa5fLFrVxqFIusXFl4/A+xSpY+EYcmN0Vcsn5Z79dy3DqK6Njbt14s56NH1mvuDw7SxkFDijwZkJTmgjgCiDM+Hn3Vwjk9WYX0PNifX8Mcm0Zp9sci/koW523ltJdWC7ULvFzK8="
addons:
apt:
packages:
- tree
coverity_scan:
project:
name: "troglobit/pimd"
description: "pimd | The Original PIM-SM Daemon"
notification_email: [email protected]
build_command_prepend: "./autogen.sh && ./configure --enable-rsrr"
build_command: "make clean all"
branch_pattern: dev
script:
- ./autogen.sh
- ./configure --enable-rsrr --prefix=
- make clean
- make V=1 -j5
- DESTDIR=~/tmp make install-strip
- tree ~/tmp
- ldd ~/tmp/sbin/pimd
- size ~/tmp/sbin/pimd
- ~/tmp/sbin/pimd -h