Skip to content

Commit

Permalink
Fix macOS Travis build
Browse files Browse the repository at this point in the history
As discussed in #4.
Fix robotology#141, and close robotology#149
  • Loading branch information
lrapetti authored Dec 20, 2018
1 parent 5466019 commit ab8a386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ stage_osx:
- export PATH="/usr/local/opt/ccache/libexec:$PATH"
- export ROBOTOLOGY_ENABLE_DYNAMICS=FALSE
# Install dependencies available from Homebrew/core
- brew install ace asio eigen boost tinyxml swig qt5 gsl pkg-config jpeg sqlite tinyxml
- brew install ace asio eigen tinyxml swig qt5 gsl pkg-config jpeg tinyxml
- export Qt5_DIR=/usr/local/opt/qt5/lib/cmake/Qt5
# Workaround for https://github.com/travis-ci/travis-ci/issues/8826
- brew cask uninstall oclint
Expand Down Expand Up @@ -87,6 +87,7 @@ jobs:
- &osx_template
stage: osx
os: osx
services:
osx_image: xcode9.4
before_install: skip
install: *osx_install
Expand Down

0 comments on commit ab8a386

Please sign in to comment.