forked from maxmind/libmaxminddb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
40 lines (33 loc) · 939 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
28
29
30
31
32
33
34
35
36
37
38
39
40
language: c
compiler:
- clang
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libipc-run3-perl
before_script:
- ./bootstrap
- CFLAGS="-std=c99 -Wall -Wextra -Werror -Wno-unused-parameter" ./configure
- make
- git submodule update --init --recursive
script:
- export VERBOSE=1
- make check
notifications:
email:
recipients:
on_success: change
on_failure: always
env:
global:
- secure: "a2pXNVW/lGrMdJTal+pzH0J5N69RdBErwe2dHU2xDnOeNcDYmiSxmU4Fw52KPYXFzdlR9GuEyZtHtesRQthSHpylcIvfJJCih7EvwbNQ5pfplpT5ri2PKPFWB11ebr6vG23Ucgc5lrqHdgIgv+QtqVmW1IDf0hq62itMpu4MwcQ="
addons:
coverity_scan:
project:
name: "maxmind/libmaxminddb"
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: "./configure; make clean"
build_command: "make -j 4"
branch_pattern: .*coverity.*