summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: ab8d0044ab583d0876022deb8e9984722cec1d9a (plain)
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
dist: xenial
addons:
  apt:
    sources:
    - sourceline: 'ppa:dns-oarc/dsc-pr'
    update: true
    packages:
    - protobuf-c-compiler
    - libprotobuf-c-dev
    - libuv1-dev
    - libtinyframe-dev
language: c
compiler:
  - clang
  - gcc
install: ./autogen.sh
script:
  - ./configure --enable-warn-all
  - make dist
  - tar zxvf *.tar.gz
  - cd dnswire-[0-9]*
  - mkdir build
  - cd build
  - ../configure --enable-warn-all
  - make
  - make test
  - cat src/test/test*.sh.log