Skip to content
Snippets Groups Projects
Commit 9caef707 authored by inso's avatar inso
Browse files

Builds

parent 90d1de9a
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,11 @@ brew install libsodium ...@@ -5,6 +5,11 @@ brew install libsodium
## Ensure your brew QT version is up to date. (brew install qt -> qt 4.8) ## Ensure your brew QT version is up to date. (brew install qt -> qt 4.8)
brew install qt5 brew install qt5
brew link --force qt5 brew link --force qt5
brew install pyenv
brew install pyenv-virtualenv
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install $TRAVIS_PYTHON_VERSION env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install $TRAVIS_PYTHON_VERSION
......
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment