]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/unbound/.travis.yml
Fix multiple vulnerabilities in unbound.
[FreeBSD/FreeBSD.git] / contrib / unbound / .travis.yml
1 sudo: false
2 language: c
3 compiler:
4   - gcc
5 addons:
6   apt:
7     packages:
8     - libssl-dev
9     - libevent-dev
10     - libexpat-dev
11     - clang
12 script:
13   - ./configure --enable-debug --disable-flto
14   - make
15   - make test
16   - (cd testdata/clang-analysis.tdir; bash clang-analysis.test)