Commit 0c4032b5 authored by Luca Boccassi's avatar Luca Boccassi

CI run on OSX needs binutils

OSX does not ship with binutils, need to install it before the script
run via brew in order to be able to use greadelf, needed by the
qt-android CI script.
parent a96f16e3
...@@ -12,6 +12,9 @@ env: ...@@ -12,6 +12,9 @@ env:
sudo: false sudo: false
before_install:
- if [ $TRAVIS_OS_NAME == "osx" ] ; then brew update; brew install binutils ; fi
before_script: before_script:
# ZMQ stress tests need more open socket (files) than the usual default # ZMQ stress tests need more open socket (files) than the usual default
# On OSX, it seems the way to set the max files limit is constantly changing, so # On OSX, it seems the way to set the max files limit is constantly changing, so
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment