Skip to content
Snippets Groups Projects
Commit e66c091d authored by ale's avatar ale
Browse files

Install libmemcached-dev in the test env

parent ca94d98f
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ run_tests:
stage: test
image: "ai/test:base"
script:
- "apt-get install -q -y autoconf automake libtool libcurl4-openssl-dev libpam0g-dev python-pylibmc"
- "apt-get install -q -y autoconf automake libtool libcurl4-openssl-dev libpam0g-dev libmemcached-dev"
- "(cd pam && ./autogen.sh && ./configure && make)"
- "tox -e py27"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment