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:
- 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:
+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.