Do not install already installed deps. on OSX TraviS build, this should be made future proof
This commit is contained in:
parent
ac0279aa83
commit
c2e49bd152
@ -127,7 +127,8 @@ install:
|
||||
export PATH=${DEPS_DIR}/cmake/bin:${PATH}
|
||||
|
||||
elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||
brew install cmake boost libzip libstxxl libxml2 lua51 luabind tbb GDAL md5sha1sum
|
||||
# implicit deps, but seem to be installed by default with recent images: libxml2 GDAL boost
|
||||
brew install cmake libzip libstxxl lua51 luabind tbb md5sha1sum
|
||||
fi
|
||||
|
||||
before_script:
|
||||
|
Loading…
Reference in New Issue
Block a user