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:
911c5ad
)
travis: -DBUILD_TESTING=ON
author
Michael Wallner
<mike@php.net>
Mon, 17 Aug 2020 07:26:03 +0000
(09:26 +0200)
committer
Michael Wallner
<mike@php.net>
Mon, 17 Aug 2020 07:26:03 +0000
(09:26 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 40febb855b939d4de48ff37217355fd27962c1e2..cd9f79fe9df7817b71480ae3b536a8f85c2106d3 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-38,7
+38,7
@@
before_script:
script:
- cd build
- - cmake -DCMAKE_BUILD_TYPE=${BUILD} -DENABLE_SASL=${SASL} -DMEMCACHED_BINARY=${PREFIX:-/usr}/bin/memcached ..
+ - cmake -D
BUILD_TESTING=ON -D
CMAKE_BUILD_TYPE=${BUILD} -DENABLE_SASL=${SASL} -DMEMCACHED_BINARY=${PREFIX:-/usr}/bin/memcached ..
- make -j2
- make test
- make install DESTDIR=.