Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit

Permalink
fix(build): attempt to make travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Jan 30, 2017
1 parent 0a53331 commit 919a94b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion osx/qTox-Mac-Deployer-ULTIMATE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,17 @@ build() {
fcho "------------------------------"
fcho "Starting build process ..."
# update version info
cd $QTOX_DIR
fcho "Now working in ${PWD}"
fcho "Setting the version ..."
./tools/update-versions.sh

rm -rf $BUILD_DIR
rm -rf $DEPLOY_DIR
mkdir $BUILD_DIR
cd $BUILD_DIR
fcho "Now working in ${PWD}"
fcho "Starting cmake ... "
fcho "Starting cmake ..."
export CMAKE_PREFIX_PATH=$(brew --prefix qt5)
cmake -H$QTOX_DIR -B.
make -j$(sysctl -n hw.ncpu)
Expand Down

0 comments on commit 919a94b

Please sign in to comment.