mirror of https://github.com/EspoTek/Labrador.git
Update .travis.yml
This commit is contained in:
parent
1d40f60508
commit
95aee9b55b
|
@ -62,7 +62,7 @@ script:
|
||||||
#Linux
|
#Linux
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
cd Desktop_Interface
|
cd Desktop_Interface
|
||||||
qmake CONFIG+=release PREFIX=/usr DEFINES+="GIT_HASH_SHORT=\\\"$(git rev-parse --short HEAD)\\\""
|
qmake CONFIG+=release PREFIX=/usr DEFINES+="GIT_HASH_SHORT=\\\\\"$(git rev-parse --short HEAD)\\\\\""
|
||||||
make -j$(nproc) CXX=${CXX} CC=${CC} LINK=${CXX}
|
make -j$(nproc) CXX=${CXX} CC=${CC} LINK=${CXX}
|
||||||
# - make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/
|
# - 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
|
# NOTE: The following 5 lines should not be needed if "make install" would be made work for Labrador; see
|
||||||
|
|
Loading…
Reference in New Issue