jsoncpp/travis.install.osx.sh
Christopher Dunn da498591fc In travis-ci, build for osx also
Drop gcc b/c it takes too long to install via addon.

Build only static/release, to save VMs. (No shared to debug.)
2018-06-24 20:35:49 -05:00

13 lines
163 B
Bash

set -vex
#brew update
brew upgrade python3
python3 -m venv venv
source venv/bin/activate
brew install ninja
brew install meson
#brew install pyenv
#which pyenv