forked from PowerDNS/pdns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (34 loc) · 843 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
sudo: required
dist: trusty
language: cpp
compiler:
- gcc
- clang
env:
- PDNS_BUILD_PRODUCT=auth
- PDNS_BUILD_PRODUCT=recursor
- PDNS_BUILD_PRODUCT=dnsdist
- PDNS_BUILD_PRODUCT=docs
matrix:
exclude:
- compiler: clang
env: PDNS_BUILD_PRODUCT=docs
before_script:
- git describe --always --dirty=+
### setup travis environment ###
- sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
- export POSIXLY_CORRECT=1
- export CFLAGS=-O0
- export CXXFLAGS=-O0
- export OPTFLAGS=-O0
- sudo apt-get -qq update
script:
- ./build-scripts/travis.sh
notifications:
irc:
channels:
- "irc.oftc.net#powerdns-dev"
template:
- "%{author} @ %{repository} / %{branch} - Build:#%{build_number} : %{message} - Changes: %{compare_url} - Build details: %{build_url}"
use_notice: true
skip_join: true