mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-17 20:22:54 -05:00
- Nicer travis output for clang analysis.
This commit is contained in:
parent
ea506d0f68
commit
5c5ddbe859
2 changed files with 2 additions and 1 deletions
|
|
@ -13,4 +13,4 @@ script:
|
|||
- ./configure --enable-debug --disable-flto
|
||||
- make
|
||||
- make test
|
||||
- (cd testdata; ../testcode/mini_tdir.sh exe clang-analysis.tdir ; if grep -e "warning:" -e "error:" result.clang-analysis ; then exit 1; else exit 0; fi)
|
||||
- (cd testdata/clang-analysis.tdir; sh clang-analysis.test)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
1 May 2019: Wouter
|
||||
- Update makedist for git.
|
||||
- Nicer travis output for clang analysis.
|
||||
|
||||
25 April 2019: Wouter
|
||||
- Fix wrong query name in local zone redirect answers with a CNAME,
|
||||
|
|
|
|||
Loading…
Reference in a new issue