summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-13 22:53:08 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-13 22:53:08 +0200
commitfe9d8a653413532b8a0c8f7cb898456f47d4e470 (patch)
tree02d9088859d7431e7e2f0a69822b8069c1303e52 /.ci
parentKeep syncing regardless of connectivity (#93) (diff)
downloadnheko-fe9d8a653413532b8a0c8f7cb898456f47d4e470.tar.xz
Fix macOs ci
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/script.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/script.sh b/.ci/script.sh
index 8ad12745..227e1696 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -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