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
1ab5d993
Commit
1ab5d993
authored
9 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Build on dist travis
parent
698ffa90
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
+2
-6
2 additions, 6 deletions
.travis.yml
ci/travis/before_install.sh
+19
-6
19 additions, 6 deletions
ci/travis/before_install.sh
with
21 additions
and
12 deletions
.travis.yml
+
2
−
6
View file @
1ab5d993
...
...
@@ -2,13 +2,10 @@ matrix:
include
:
-
os
:
osx
-
os
:
linux
language
:
-
python
dist
:
trusty
env
:
-
PYENV_PYTHON_VERSION=3.5.0
cache
:
directories
:
-
"
$HOME/.pyenv"
before_install
:
-
ci/travis/before_install.sh
...
...
@@ -18,7 +15,6 @@ script:
-
ci/travis/test.sh
after_success
:
-
ci/travis/after_success.sh
before_deploy
:
-
ci/travis/before_deploy.sh
...
...
This diff is collapsed.
Click to expand it.
ci/travis/before_install.sh
+
19
−
6
View file @
1ab5d993
#!/usr/bin/env bash
brew update
brew
install
libsodium
## Ensure your brew QT version is up to date. (brew install qt -> qt 4.8)
brew
install
qt5
brew
link
--force
qt5
brew
install
pyenv-virtualenv
if
[
$TRAVIS_OS_NAME
==
"osx"
]
then
brew update
brew
install
libsodium
## Ensure your brew QT version is up to date. (brew install qt -> qt 4.8)
brew
install
qt5
brew
link
--force
qt5
brew
install
pyenv-virtualenv
elif
[
$TRAVIS_OS_NAME
==
"linux"
]
then
sudo
apt-get
install
libxcb1 libxcb1-dev libx11-xcb1 libx11-xcb-dev libxcb-keysyms1 libxcb-keysyms1-dev libxcb-image0
\
libxcb-image0-dev libxcb-shm0 libxcb-shm0-dev libxcb-icccm4 libxcb-icccm4-dev libxcb-sync0 libxcb-sync0-dev
\
libxcb-xfixes0-dev libxrender-dev libxcb-shape0-dev libxcb-randr0-dev libxcb-render-util0
\
libxcb-render-util0-dev libxcb-glx0-dev libgl1-mesa-dri libegl1-mesa libpcre3-dev
\
curl qt5-qmake qtbase5-dev qttools5-dev-tools libqt5svg5-dev libdbus-1-dev libdbus-glib-1-dev autoconf automake libtool
wget http://archive.ubuntu.com/ubuntu/pool/universe/libs/libsodium/libsodium13_1.0.1-1_amd64.deb
sudo
dpkg
-i
libsodium13_1.0.1-1_amd64.deb
curl
-L
https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash
fi
eval
"
$(
pyenv init -
)
"
eval
"
$(
pyenv virtualenv-init -
)
"
...
...
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