Skip to content
Snippets Groups Projects
Commit 91541c96 authored by inso's avatar inso
Browse files

Build PyQt5 on trusty

parent a0804954
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ matrix: ...@@ -2,6 +2,7 @@ matrix:
include: include:
- os: osx - os: osx
- dist: trusty - dist: trusty
sudo: required
env: env:
- PYENV_PYTHON_VERSION=3.5.0 - PYENV_PYTHON_VERSION=3.5.0
......
...@@ -50,7 +50,9 @@ then ...@@ -50,7 +50,9 @@ then
tar xzf PyQt-gpl-5.5.1.tar.gz tar xzf PyQt-gpl-5.5.1.tar.gz
cd PyQt-gpl-5.5.1/ cd PyQt-gpl-5.5.1/
pyenv activate sakia-env pyenv activate sakia-env
python configure.py --confirm-license [ $TRAVIS_OS_NAME == "osx" ] && python configure.py --confirm-license
[ $TRAVIS_OS_NAME == "linux" ] && python configure.py --qmake "/usr/lib/x86_64-linux-gnu/qt5/bin/qmake" --confirm-license
make -j 2 && make install make -j 2 && make install
pyenv rehash pyenv rehash
......
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