Skip to content

Commit

Permalink
travis macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
yse authored Oct 21, 2019
1 parent b4747ea commit 835742f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ install:
brew install gcc5;
brew install qt;
brew link --force qt;
export QT_NAME="qt";
export HOMEBREW_QT5_VERSION=$(brew list --versions $QT_NAME | rev | cut -d' ' -f1 | rev);
ln -s /usr/local/Cellar/$QT_NAME/$HOMEBREW_QT5_VERSION/mkspecs /usr/local/mkspecs;
ln -s /usr/local/Cellar/$QT_NAME/$HOMEBREW_QT5_VERSION/plugins /usr/local/plugins;
fi


Expand Down

0 comments on commit 835742f

Please sign in to comment.