Skip to content
Snippets Groups Projects
Commit 537220bd authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !334: bootstrap-depends.sh: fixup travis

parents b8399990 8244c967
1 merge request!334bootstrap-depends.sh: fixup travis
Pipeline #10607 canceled with stages
in 1 hour, 17 minutes, and 31 seconds
......@@ -130,15 +130,11 @@ function pkg {
PIP_PKGS="dnspython==1.11 cpp-coveralls Jinja2"
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
brew update
brew unlink python
brew install python
brew link --overwrite python || true
for p in python makedepend hiredis libmemcached protobuf-c cmocka jansson gnutls luajit libuv; do
for p in makedepend hiredis libmemcached protobuf-c cmocka jansson gnutls luajit libuv; do
echo "BEGIN $p";
brew install $p
echo "END $p";
done
pip install --upgrade pip || true
pip install ${PIP_PKGS}
fi
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment