forked from bfabiszewski/libmobi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
27 lines (25 loc) · 886 Bytes
/
.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
language: c
compiler:
- clang
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y autotools-dev pkg-config automake autoconf libtool
- sudo apt-get install -y zlib1g-dev libxml2-dev
- git config --global user.name "Travis CI (libmobi)"
- git config --global user.email $HOSTNAME":[email protected]"
script:
- ./autogen.sh
- ./configure --enable-debug && make
env:
global:
- secure: "ShIL3IDvH59cJx4QAKWhVTs7ynCAfID11DqK8pIWJX2UtvXc4pdDQUq6U5ZRLUT0BR6kmLNxYrQUpUKvZ9sYnPuj4X5o9jzXzXsJPXTy/qpjiLK4MCZLIlI4OAHexfAuZTOVZHOoE/B8ABpk8nGYUXk02++LxlmwtE/fIWOOWHs="
addons:
coverity_scan:
project:
name: "bfabiszewski/libmobi"
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: "./autogen.sh && ./configure"
build_command: "make -j 4"
branch_pattern: public