Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
payno
id06workflow
Commits
b27ce07a
Commit
b27ce07a
authored
Nov 26, 2018
by
payno
Browse files
[CI] add contiuous integration on the project
parent
0fbae136
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b27ce07a
test:python3.5-stretch-pyqt5:
type
:
test
image
:
docker-registry.esrf.fr/dau/tomwer:python3.5_stretch_pyqt5
script
:
-
arch
-
export PYTHONPATH="${PYTHONPATH}:/usr/lib/python3/dist-packages/"
-
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu/:${LD_LIBRARY_PATH}
-
export http_proxy=http://proxy.esrf.fr:3128/
-
export https_proxy=http://proxy.esrf.fr:3128/
-
python --version
-
python -m pip install pip --upgrade
-
python -m pip install setuptools --upgrade
-
python -m pip install numpy --upgrade
-
python -m pip install matplotlib
-
python -m pip install Orange3
-
python -m pip install -r requirements.txt
-
python -m pip install .
-
/usr/bin/xvfb-run --server-args="-screen 0 1024x768x24" -a id06workflow test -v
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment