]> git.ipfire.org Git - thirdparty/pdns.git/blame - .travis.yml
geoipbackend: Make sure initial netmask is not too wide
[thirdparty/pdns.git] / .travis.yml
CommitLineData
752c6de2
KM
1sudo: required
2dist: trusty
7b8f4fc1
PD
3language: cpp
4compiler:
5 - gcc
f032a91a 6 - clang
bf6096f5
PL
7env:
8 - PDNS_BUILD_PRODUCT=auth
752c6de2 9
7b8f4fc1 10before_script:
752c6de2 11 - git describe --always --dirty=+
0aff86f0 12 - sudo rm -f /etc/apt/sources.list.d/*.list
752c6de2
KM
13
14 ### setup travis environment ###
15 - sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
16 - export POSIXLY_CORRECT=1
5b0c1332
KM
17 - export CFLAGS=-O0
18 - export CXXFLAGS=-O0
19 - export OPTFLAGS=-O0
752c6de2
KM
20 - sudo apt-get -qq update
21
7b8f4fc1 22script:
bf6096f5 23 - ./build-scripts/travis.sh
752c6de2 24
7b8f4fc1
PD
25notifications:
26 irc:
27 channels:
f4614876 28 - secure: "RDw5WKYf/gS3JnfIdkK51U4K2Xg/WNMn1uB/5AZbHbcqZJ/ZnbILCu0eBC83blQr+UuaQG7/sUFhWbtwoivD2I/4wOQGWIysBEZ8bSoySPSc4u0YU45aPjN+Ohrrp9qw7Smts3tYHbrOqfLfZ39L8lJq06vuMoBp6eHVkSBT7AY="
bfc7a4a8
RA
29 template:
30 - "%{author} @ %{repository} / %{branch} - Build:#%{build_number} : %{message} - Changes: %{compare_url} - Build details: %{build_url}"
7b8f4fc1
PD
31 use_notice: true
32 skip_join: true