Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
eadbb161
Commit
eadbb161
authored
Oct 30, 2019
by
Bryan BRANCOTTE
Browse files
Update .gitlab-ci.yml
parent
c5c39b85
Pipeline
#17203
failed with stage
in 3 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
eadbb161
stages
:
-
test
-
deploy
test-centos7-p34
:
image
:
centos:centos7
stage
:
test
...
...
@@ -36,6 +37,29 @@ test-centos7-p34:
-
python3.6 manage.py test
-
coverage run --source='.' manage.py test
-
coverage report
test-p35
:
image
:
python:3.5
stage
:
test
script
:
-
apt-get update
-
apt-get install -y gcc graphviz graphviz-dev
-
apt-get install -y postgresql-dev
-
apt-get install -y apache2 apache2-dev
-
apt-get install -y g++ make wget
-
wget https://gitlab.pasteur.fr/hub/openbabel4ippidb/raw/master/rpmbuild/RPMS/x86_64/openbabel-libs-2.4.90-2.PR1902.py3.el7.x86_64.rpm
-
wget https://gitlab.pasteur.fr/hub/openbabel4ippidb/raw/master/rpmbuild/RPMS/x86_64/openbabel-devel-2.4.90-2.PR1902.py3.el7.x86_64.rpm
-
wget https://gitlab.pasteur.fr/hub/openbabel4ippidb/raw/master/rpmbuild/RPMS/x86_64/openbabel-2.4.90-2.PR1902.py3.el7.x86_64.rpm
-
wget https://gitlab.pasteur.fr/hub/openbabel4ippidb/raw/master/rpmbuild/RPMS/x86_64/python3-openbabel-2.4.90-2.PR1902.py3.el7.x86_64.rpm
-
rpm -Uvh *.rpm
-
cd ippisite
-
pip3.6 install -r requirements-dev.txt
-
python3.6 manage.py test
-
coverage run --source='.' manage.py test
-
coverage report
deploy-webserver
:
image
:
python:3.5
stage
:
deploy
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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