mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-21 23:51:01 +08:00
ENH: Use recommended homebrew addon for travis.
Remove unnecessary python3 environment from osx that made configuring the test environment slower. Use "addon:" features for installing homebrew packages more efficiently. Re-organized the .travis.yml file in a standard order so that the "before-install" and "install" steps occur after the configurations of addons and matrix, and language features are set.
This commit is contained in:

committed by
Hans Johnson

parent
f8ad1ab352
commit
fa61a49b83
@@ -1,12 +1,5 @@
|
||||
set -vex
|
||||
# NOTHING TO DO HERE
|
||||
# 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
|
||||
#python3 -m venv venv
|
||||
#source venv/bin/activate
|
||||
|
Reference in New Issue
Block a user