Make travis build a package

This commit is contained in:
Fabio Bas 2015-09-29 22:31:06 +02:00
parent 9c4bd8ebed
commit 35815a894a
4 changed files with 15 additions and 10 deletions

View file

@ -1,11 +1,11 @@
#!/bin/bash
if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
brew update
brew update > /dev/null
if (( QT4 )); then
brew install qt protobuf libgcrypt
brew install qt protobuf libgcrypt > /dev/null
else
brew install qt5 protobuf libgcrypt
brew install qt5 protobuf libgcrypt > /dev/null
fi
else
if (( QT4 )); then