mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-21 07:00:23 +08:00
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.)
This commit is contained in:
12
travis.install.osx.sh
Normal file
12
travis.install.osx.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user