Skip to content
Snippets Groups Projects
Commit fe9d8a65 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Fix macOs ci

parent d31a08f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment