This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
forked from maxmind/libmaxminddb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
48 lines (48 loc) · 1.44 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
42
43
44
45
46
47
48
---
sudo: false
addons:
apt:
packages:
- libipc-run3-perl
coverity_scan:
project:
description: Build submitted via Travis CI
name: maxmind/libmaxminddb
notification_email: [email protected]
build_command_prepend: ./configure; make clean
build_command: make -j 4
branch_pattern: .*coverity.*
language: c
matrix:
include:
- os: linux
compiler: gcc
env: MMCFLAGS="-std=c99 -Wall -Wextra -Werror -Wno-unused-parameter"
- os: osx
compiler: gcc
env: MMCFLAGS="-std=c99 -Wall -Wextra -Wno-unused-parameter"
- os: linux
compiler: clang
env: MMCFLAGS="-std=c99 -Wall -Wextra -Werror -Wno-unused-parameter"
- os: osx
compiler: clang
env: MMCFLAGS="-std=c99 -Wall -Wextra -Wno-unused-parameter"
env:
global:
- secure: a2pXNVW/lGrMdJTal+pzH0J5N69RdBErwe2dHU2xDnOeNcDYmiSxmU4Fw52KPYXFzdlR9GuEyZtHtesRQthSHpylcIvfJJCih7EvwbNQ5pfplpT5ri2PKPFWB11ebr6vG23Ucgc5lrqHdgIgv+QtqVmW1IDf0hq62itMpu4MwcQ=
before_script:
- ./bootstrap
- ./configure CFLAGS="$MMCFLAGS" || (cat config.log && false)
- make
script:
- export VERBOSE=1
- make check
notifications:
email:
on_failure: always
on_success: change
recipients:
slack:
rooms:
secure: "CoXYwhwOA8xi4EM84Eo04hfzhZVAwYVWpa7uEvJmwzcTJHSjoz/EJTMhihgW+zOYMQTDlIho/XIkg+Hh4MurZm9OKMLHbqmeQXN0melf3uscLklKLM1fHssZd1HPsP5ALb+tTHe3m+QuSh+2fHGotfMr8QxVkdrVUJUaEsbOfcQ=\n"