This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
jsoncpp
Watch
1
Star
0
Fork
0
You've already forked jsoncpp
mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced
2024-12-14 10:36:57 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
d5bd1a7716
jsoncpp
/
.travis_scripts
/
travis.install.osx.sh
6 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
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.
2019-01-11 22:13:10 +01:00
# NOTHING TO DO HERE
# set -vex
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.)
2015-04-19 03:24:46 +02: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.
2019-01-11 22:13:10 +01:00
#python3 -m venv venv
#source venv/bin/activate
Reference in New Issue
Copy Permalink