commit | da498591fc87191e619d98d7935a99fadd88a4f4 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Sat Apr 18 18:24:46 2015 -0700 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Sun Jun 24 20:35:49 2018 -0500 |
tree | c8831c97f7b4e2bf54aacd42cc52fe89b4a12aba | |
parent | 745287275c83538e495bcdbd9dfee4befa097b5e [diff] [blame] |
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.)
diff --git a/travis.install.osx.sh b/travis.install.osx.sh new file mode 100644 index 0000000..e82bdc6 --- /dev/null +++ b/travis.install.osx.sh
@@ -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