From 95aee9b55b16f999ad597b3db8dda5ff6ea21fdb Mon Sep 17 00:00:00 2001 From: Chris Esposito Date: Mon, 1 Apr 2019 21:09:36 +1100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b11efbaf..d6bdf18b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ script: #Linux elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then 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 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