mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix macOs ci
This commit is contained in:
parent
d31a08f1d5
commit
fe9d8a6534
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ if [ $TRAVIS_OS_NAME == linux ]; then
|
||||||
source /opt/qt${QT_PKG}/bin/qt${QT_PKG}-env.sh || true;
|
source /opt/qt${QT_PKG}/bin/qt${QT_PKG}-env.sh || true;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ $TRAVIS_OS_NAME == osx ]; then
|
||||||
|
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5
|
||||||
|
fi
|
||||||
|
|
||||||
make ci
|
make ci
|
||||||
|
|
||||||
if [ $TRAVIS_OS_NAME == osx ]; then
|
if [ $TRAVIS_OS_NAME == osx ]; then
|
||||||
|
|
Loading…
Reference in a new issue