diff options
author | Joe <rubberduckie3554@gmail.com> | 2019-02-24 18:23:08 -0500 |
---|---|---|
committer | Joe <rubberduckie3554@gmail.com> | 2019-02-24 18:23:08 -0500 |
commit | e7b4c9ecb281570fe08661419aefa9232ac5222e (patch) | |
tree | 15ab5dd83d8918f6d3c1a389963e7f11eaffc763 /.ci | |
parent | more ci updates (diff) | |
download | nheko-e7b4c9ecb281570fe08661419aefa9232ac5222e.tar.xz |
More CI Fixes
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/script.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/script.sh b/.ci/script.sh index 4f8101ef..435f2c27 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -13,6 +13,10 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo update-alternatives --set g++ "/usr/bin/${CXX_COMPILER}" fi +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 |