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:
5bb6f97
)
travis: builkd without sasl
author
Michael Wallner
<mike@php.net>
Tue, 18 Feb 2020 12:39:10 +0000
(13:39 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 18 Feb 2020 12:39:10 +0000
(13:39 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index b753d101b863232bdddb46a51088890466bb1dd7..0463587f68bce022c909e197194aca2fb6f47c64 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-16,8
+16,8
@@
compiler:
env:
# prod
- - BUILD=Release
- - BUILD=Debug
+ - BUILD=Release
SASL=OFF
+ - BUILD=Debug
SASL=OFF
#before_install:
#install:
@@
-28,7
+28,7
@@
before_script:
script:
- cd build
- - cmake -DCMAKE_BUILD_TYPE=${BUILD} ..
+ - cmake -DCMAKE_BUILD_TYPE=${BUILD}
-DENABLE_SASL=${SASL}
..
- make
- make test
- make install DESTDIR=.