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:
Christopher Dunn
2015-04-18 18:24:46 -07:00
parent 745287275c
commit da498591fc
6 changed files with 61 additions and 39 deletions

12
travis.install.osx.sh Normal file
View 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