mirror of https://github.com/EspoTek/Labrador.git
Update .travis.yml
This commit is contained in:
parent
3619a390a0
commit
acc91c8acb
|
@ -50,7 +50,7 @@ script:
|
|||
# OSX
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; 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$(sysctl -n hw.ncpu)
|
||||
mkdir -p bin/Labrador.app/Contents/MacOS/Resources
|
||||
mkdir -p bin/Labrador.app/Contents/Frameworks
|
||||
|
|
Loading…
Reference in New Issue