Update .travis.yml

This commit is contained in:
Chris Esposito 2018-12-28 14:22:21 +11:00 committed by GitHub
parent 81ef2e8e59
commit 0e97d4c150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ script:
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
cd Desktop_Interface
qmake CONFIG+=release PREFIX=/usr
make -j$(nproc)
make -j$(nproc) CXX=${CXX} CC=${CC} LINK=${CXX}
# - make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/
# NOTE: The following 5 lines should not be needed if "make install" would be made work for Labrador; see
# https://github.com/probonopd/linuxdeployqt#using-linuxdeployqt-with-travis-ci