From bb0f80162d62fa43829b658824930703ccfafbbc Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 18 Aug 2019 11:43:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fd10ae4f..91e93fe67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,10 +33,10 @@ build-osx: - git clone https://gitlab.matrix.org/matrix-org/olm.git - popd - mkdir build && pushd build - - cmake .. -LA -DUSE_INTREE_LIBQMC=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr + - cmake .. -LA -DUSE_INTREE_LIBQMC=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.13.0/ - cmake --build . --target all - popd - - macdeployqt build/spectral.app -dmg -qmldir=qml -qmldir=imports + - /usr/local/Cellar/qt/5.13.0/bin/macdeployqt build/spectral.app -dmg -qmldir=qml -qmldir=imports - mv build/spectral.dmg ./spectral-$(git rev-list --count HEAD).dmg artifacts: paths: