projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a2d5db5
)
travis: clang+ubsan build fails; enable VERBOSE=1
author
Michael Wallner
<mike@php.net>
Wed, 30 Sep 2020 11:34:43 +0000
(13:34 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 30 Sep 2020 11:34:43 +0000
(13:34 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index b6e90c04966c69f474afb54a42eccb8eaa4d091b..31e122cea73b23749ee42dd5ac6ceec50ef208b8 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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=.