mirror of https://github.com/EspoTek/Labrador.git
Update .travis.yml
This commit is contained in:
parent
f550e49a81
commit
74a3409a84
|
@ -50,6 +50,8 @@ script:
|
||||||
# OSX
|
# OSX
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
cd Desktop_Interface
|
cd Desktop_Interface
|
||||||
|
echo "QMAKE_VERSION"
|
||||||
|
qmake --version
|
||||||
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)
|
make -j$(sysctl -n hw.ncpu)
|
||||||
mkdir -p bin/Labrador.app/Contents/MacOS/Resources
|
mkdir -p bin/Labrador.app/Contents/MacOS/Resources
|
||||||
|
|
Loading…
Reference in New Issue