projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
fee89f6
)
travis
author
Michael Wallner
<mike@php.net>
Thu, 6 Feb 2020 17:15:22 +0000
(18:15 +0100)
committer
Michael Wallner
<mike@php.net>
Thu, 6 Feb 2020 17:15:22 +0000
(18:15 +0100)
.gitignore
patch
|
blob
|
history
.travis.yml
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 6febe3844aed8e41210746bbb9acccc1b3418546..f55b845681ffa5532d5fda7afafd874ab9745d08 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-118,7
+118,6
@@
man/*.3
man/*.8
man/.doctrees/
mem_config.h
-mem_config.h.in
mem_config.in
out
patch
diff --git
a/.travis.yml
b/.travis.yml
index d6d8085dfda750163350b4b65e558c0247a858ba..cb09e5af11860667c6ef55afb91e1279b9fd0f2e 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-27,9
+27,11
@@
before_script:
- mkdir build
script:
- - cd build && cmake -DCMAKE_BUILD_TYPE=${BUILD} ..
- - make -C build
- - make -C build test
+ - cd build
+ - cmake -DCMAKE_BUILD_TYPE=${BUILD} ..
+ - make
+ - make test
+ - make install DESTDIR=.
#before_cache:
#after_success: