Skip to content

Commit 0c4032b

Browse files
committed
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.
1 parent a96f16e commit 0c4032b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ env:
1212

1313
sudo: false
1414

15+
before_install:
16+
- if [ $TRAVIS_OS_NAME == "osx" ] ; then brew update; brew install binutils ; fi
17+
1518
before_script:
1619
# ZMQ stress tests need more open socket (files) than the usual default
1720
# On OSX, it seems the way to set the max files limit is constantly changing, so

0 commit comments

Comments
 (0)