-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.travis.yml
41 lines (34 loc) · 1.23 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
language: c
before_install:
- sudo apt-get update
- git fetch
- git pull --unshallow
- sudo apt-get install libantlr3c-dev antlr3 libcunit1-dev libtool intltool libgtk2.0-dev libspeexdsp-dev libavcodec-dev libswscale-dev libx11-dev libxv-dev libgl1-mesa-dev libglew1.6-dev libv4l-dev libxml2-dev
- nm --dynamic /usr/lib/libcunit.so |grep get_suite
- git clone https://github.com/Gui13/belle-sip.git
- cd belle-sip
- ./autogen.sh
- ./configure
- make -j4
- sudo make install
- cd ..
- export SKIP_GITCHECK=1
- ./autogen.sh
script:
- export SKIP_GITCHECK=1
- ./configure --enable-gitcheck=no
- make -j4
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: "cllwBfAxeKDPqKR+Psg64vRoOXGKP77Xoa+4wglyHifKcCmJlFuQFpJvsT7SJnr0tHFg/WsZpeOwP1cG0K/I1hLMa1SgoXpujaVITrg7oBFdeIN7AhvaUNTL5IFCbXuXUs1DIhKB3/kNCLzbBIOOrZ+VVLXbrQBsndZ6MT8XFUI="
addons:
coverity_scan:
project:
name: "Gui13/linphone"
description: "Your project description here"
notification_email: [email protected]
build_command_prepend: ./configure
build_command: make -j4
branch_pattern: coverity_scan