Skip to content
Snippets Groups Projects
Verified Commit a4e7e248 authored by Joe Donofry's avatar Joe Donofry
Browse files

Make sure boost and icu4c are installed in macos

parent c9566369
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@ set -ex
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
brew install qt5 lmdb clang-format ninja libsodium cmark
# probably should update this to check if these are actually installed or not
# but this installs boost, cmake, and icu4c if they aren't installed already
# and upgrades them if they are
brew install boost cmake icu4c || true
brew upgrade boost cmake icu4c || true
brew tap nlohmann/json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment