mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- travis build file.
git-svn-id: file:///svn/unbound/trunk@5162 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
61a28c2ee5
commit
99f36a4e1e
2 changed files with 20 additions and 0 deletions
17
.travis.yml
Normal file
17
.travis.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
sudo: false
|
||||||
|
language: c
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- openssl-dev
|
||||||
|
- libevent-dev
|
||||||
|
- libexpat-dev
|
||||||
|
- clang
|
||||||
|
script:
|
||||||
|
- ./configure --enable-debug
|
||||||
|
- make
|
||||||
|
- make test
|
||||||
|
- cd testcode
|
||||||
|
- ../testcode/mini_tdir.sh exe clang-analysis.tdir
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
18 April 2019: Wouter
|
||||||
|
- travis build file.
|
||||||
|
|
||||||
16 April 2019: Wouter
|
16 April 2019: Wouter
|
||||||
- Better braces in if statement in TCP fastopen code.
|
- Better braces in if statement in TCP fastopen code.
|
||||||
- iana portlist updated.
|
- iana portlist updated.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue