travis: clang+ubsan build fails; enable VERBOSE=1
authorMichael Wallner <mike@php.net>
Wed, 30 Sep 2020 11:34:43 +0000 (13:34 +0200)
committerMichael Wallner <mike@php.net>
Wed, 30 Sep 2020 11:34:43 +0000 (13:34 +0200)
.travis.yml

index b6e90c04966c69f474afb54a42eccb8eaa4d091b..31e122cea73b23749ee42dd5ac6ceec50ef208b8 100644 (file)
@@ -43,7 +43,7 @@ before_script:
 script:
  - cd build
  - cmake -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=${BUILD} -DENABLE_SASL=${SASL} -DENABLE_SANITIZERS=${SANITIZERS} -DMEMCACHED_BINARY=${PREFIX:-/usr}/bin/memcached ..
- - make -j2
+ - make -j2 VERBOSE=1
  - make test VERBOSE=1
  - make install DESTDIR=.