Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
022cd0db
Commit
022cd0db
authored
9 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Cache dependencies
parent
5d8f0919
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+7
-0
7 additions, 0 deletions
.travis.yml
ci/travis/before_install.sh
+28
-25
28 additions, 25 deletions
ci/travis/before_install.sh
with
35 additions
and
25 deletions
.travis.yml
+
7
−
0
View file @
022cd0db
os
:
osx
os
:
osx
env
:
-
PYENV_PYTHON_VERSION=3.5.0
before_install
:
before_install
:
# Install and configure pyenv
# Install and configure pyenv
-
ci/travis/before_install.sh
-
ci/travis/before_install.sh
install
:
install
:
-
pyenv activate sakia-env
-
pip install coveralls cx_Freeze
-
pip install coveralls cx_Freeze
-
pip install -r requirements.txt
-
pip install -r requirements.txt
-
python gen_resources.py
-
python gen_resources.py
...
@@ -16,3 +19,7 @@ script:
...
@@ -16,3 +19,7 @@ script:
after_success
:
after_success
:
-
coverage -rm
-
coverage -rm
-
coveralls
-
coveralls
cache
:
directories
:
-
$HOME/.pyenv
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ci/travis/before_install.sh
+
28
−
25
View file @
022cd0db
...
@@ -9,29 +9,32 @@ brew install pyenv-virtualenv
...
@@ -9,29 +9,32 @@ brew install pyenv-virtualenv
eval
"
$(
pyenv init -
)
"
eval
"
$(
pyenv init -
)
"
eval
"
$(
pyenv virtualenv-init -
)
"
eval
"
$(
pyenv virtualenv-init -
)
"
env
PYTHON_CONFIGURE_OPTS
=
"--enable-framework"
pyenv
install
3.5.0
pyenv shell 3.5.0
pyenv virtualenv sakia-env
cd
$HOME
wget http://sourceforge.net/projects/pyqt/files/sip/sip-4.17/sip-4.17.tar.gz
tar
xzf sip-4.17.tar.gz
cd
sip-4.17/
pyenv activate sakia-env
pyenv activate sakia-env
python configure.py
if
[
]
then
make
&&
make
install
env
PYTHON_CONFIGURE_OPTS
=
"--enable-framework"
pyenv
install
$PYENV_PYTHON_VERSION
pyenv rehash
pyenv shell
$PYENV_PYTHON_VERSION
cd
$HOME
pyenv virtualenv sakia-env
wget http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5.1/PyQt-gpl-5.5.1.tar.gz
cd
$HOME
tar
xzf PyQt-gpl-5.5.1.tar.gz
cd
PyQt-gpl-5.5.1/
wget http://sourceforge.net/projects/pyqt/files/sip/sip-4.17/sip-4.17.tar.gz
pyenv activate sakia-env
tar
xzf sip-4.17.tar.gz
python configure.py
--verbose
--confirm-license
cd
sip-4.17/
make
&&
make
install
pyenv activate sakia-env
pyenv rehash
python configure.py
make
&&
make
install
cd
$HOME
/sakia
pyenv rehash
\ No newline at end of file
cd
$HOME
wget http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5.1/PyQt-gpl-5.5.1.tar.gz
tar
xzf PyQt-gpl-5.5.1.tar.gz
cd
PyQt-gpl-5.5.1/
pyenv activate sakia-env
python configure.py
--verbose
--confirm-license
make
&&
make
install
pyenv rehash
cd
$HOME
/sakia
fi
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment