Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit 492497f0 authored by Michael Wallner's avatar Michael Wallner
Browse files

travis: fix working dir

parent 7581a0e1
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ install: ...@@ -27,8 +27,8 @@ install:
git clone -b 1.5.9 https://github.com/memcached/memcached && git clone -b 1.5.9 https://github.com/memcached/memcached &&
cd memcached && ./autogen.sh && cd memcached && ./autogen.sh &&
CFLAGS="-O2 -pipe" ./configure --prefix=${PREFIX} --disable-dependency-tracking --enable-sasl --enable-sasl-pwdb --disable-coverage --disable-docs && CFLAGS="-O2 -pipe" ./configure --prefix=${PREFIX} --disable-dependency-tracking --enable-sasl --enable-sasl-pwdb --disable-coverage --disable-docs &&
make -j2 && make install; make -j2 && make install && cd ..;
cd .. && ${PREFIX}/bin/memcached -l 127.0.0.1 -p ${PORT} -U ${PORT} -m 128 & ${PREFIX}/bin/memcached -l 127.0.0.1 -p ${PORT} -U ${PORT} -m 128 &
fi; fi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment