]> git.ipfire.org Git - thirdparty/pdns.git/blame - .travis.yml
Make sure we can install unsigned packages.
[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
9 - PDNS_BUILD_PRODUCT=recursor
10 - PDNS_BUILD_PRODUCT=dnsdist
eb353acc 11 - PDNS_BUILD_PRODUCT=ixfrdist
bf6096f5 12
ad6eead4
DF
13cache:
14 - pip
15
7b8f4fc1 16before_script:
752c6de2 17 - git describe --always --dirty=+
0aff86f0 18 - sudo rm -f /etc/apt/sources.list.d/*.list
752c6de2
KM
19
20 ### setup travis environment ###
21 - sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
22 - export POSIXLY_CORRECT=1
5b0c1332
KM
23 - export CFLAGS=-O0
24 - export CXXFLAGS=-O0
25 - export OPTFLAGS=-O0
752c6de2 26 - sudo apt-get -qq update
ad6eead4
DF
27 # you can remove this when updating dist to something newer than trusty
28 - pyenv global 2.7
29 # needed for virtualenv to use the pyenv python
30 - pip install virtualenv
752c6de2 31
7b8f4fc1 32script:
bf6096f5 33 - ./build-scripts/travis.sh
752c6de2 34
7b8f4fc1
PD
35notifications:
36 irc:
37 channels:
f4614876 38 - secure: "RDw5WKYf/gS3JnfIdkK51U4K2Xg/WNMn1uB/5AZbHbcqZJ/ZnbILCu0eBC83blQr+UuaQG7/sUFhWbtwoivD2I/4wOQGWIysBEZ8bSoySPSc4u0YU45aPjN+Ohrrp9qw7Smts3tYHbrOqfLfZ39L8lJq06vuMoBp6eHVkSBT7AY="
bfc7a4a8
RA
39 template:
40 - "%{author} @ %{repository} / %{branch} - Build:#%{build_number} : %{message} - Changes: %{compare_url} - Build details: %{build_url}"
7b8f4fc1
PD
41 use_notice: true
42 skip_join: true