forked from maxmind/geoip-api-c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
33 lines (28 loc) · 775 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
language: c
compiler:
- clang
- gcc
before_script:
- ./bootstrap
- CFLAGS="-Wall -Wextra -Werror -Wno-unused-parameter" ./configure
- make
script:
- make check
notifications:
email:
recipients:
- dev@maxmind.com
on_success: change
on_failure: always
env:
global:
secure: "bMDurejTvGTXwVcD/fTij5xkhqOzwHSFQHxP1tLGBfemvRQ/FgX2E2M8rWaD\nKbgKCgTSNB7fKtAvkFP+uteJ3/RY4HrQxlkY4/lG6tqlYJDCyLjxC0LLU5GE\nhfW0iiu9ozNtJzQ2A2O3mgTUmN4+ay25VMTfoAYALvT67qpW+NM="
addons:
coverity_scan:
project:
name: "maxmind/geoip-api-c"
description: "Build submitted via Travis CI"
notification_email: dev@maxmind.com
build_command_prepend: "./configure; make clean"
build_command: "make -j 4"
branch_pattern: .*coverity.*