]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Travis changelog noted.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 23 Mar 2021 08:17:22 +0000 (09:17 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 23 Mar 2021 08:17:22 +0000 (09:17 +0100)
.travis.yml
doc/Changelog

index 8931dd0d6c45bfd212254d82a825734837670478..9429b5cda5e1a505da8046dbd761feb5fc842f24 100644 (file)
@@ -27,14 +27,14 @@ jobs:
       env:
         - CONFIG_OPTS="--enable-debug --disable-flto"
     - os: linux
-      name: Clang on Linux, Amd64
+      name: Clang on Linux, Amd64, clang-analysis
       compiler: clang
       arch: amd64
       env:
         - CONFIG_OPTS="--enable-debug --disable-flto"
         - TEST_ANALYZER=yes
     - os: osx
-      name: Clang on OS X, Amd64
+      name: Clang on OS X, Amd64, clang-analysis
       compiler: clang
       arch: amd64
       env:
@@ -49,7 +49,7 @@ jobs:
         - TEST_LIBEVENT=yes
         - CONFIG_OPTS="--with-libevent"
     - os: linux
-      name: Libevent, Clang on Linux, Amd64
+      name: Libevent, Clang on Linux, Amd64, clang-analysis
       compiler: clang
       arch: amd64
       env:
index dca62e20eca0c9c9600cf9b68befbff8c50bbbb5..94bd8747daedcb2b7083e60c03e8c9e681fa2c1e 100644 (file)
@@ -1,3 +1,9 @@
+23 March 2021: Wouter
+       - Travis enable all tests again. Clang analyzer only a couple times,
+         when there is a difference. homebrew updates disabled, so it does
+         not hang. removed trailing slashes from configure paths. Moved iOS
+         tests to allow-failure.
+
 22 March 2021: George
        - Fix unused-function warning when compiling with --enable-dnscrypt.
        - Fix for #367: fix memory leak when cannot bind to listening port.