Fix macOs ci

This commit is contained in:
Konstantinos Sideris 2018-01-13 22:53:08 +02:00
parent d31a08f1d5
commit fe9d8a6534
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ if [ $TRAVIS_OS_NAME == linux ]; then
source /opt/qt${QT_PKG}/bin/qt${QT_PKG}-env.sh || true;
fi
if [ $TRAVIS_OS_NAME == osx ]; then
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5
fi
make ci
if [ $TRAVIS_OS_NAME == osx ]; then