Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
d4586391
Commit
d4586391
authored
Nov 23, 2017
by
Sascha Herzinger
Browse files
trying to fix gitlab CI
parent
5a352e70
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d4586391
...
...
@@ -6,18 +6,15 @@ variables:
stages
:
-
test
-
deploy
-
publish
-
cleanup
before_script
:
# add epel-repo to centos
script
:
-
yum install -y epel-release
-
yum update -y
# install dependencies
-
yum install -y rabbitmq-server redis python34 python34-pip python34-devel readline-devel R
-
pip3 install -e . -i https://pypi.lcsb.uni.lu/simple
-
R -e 'source("https://bioconductor.org/biocLite.R"); biocLite(); biocLite("limma")'
# start services
-
redis-server --daemonize yes
-
rabbitmq-server -detached
-
celery worker -A fractalis:celery -D -l info
...
...
@@ -28,8 +25,8 @@ tests:
-
python3 setup.py test
-
flake8
pypi_packag
e
:
stage
:
deploy
releas
e
:
stage
:
publish
script
:
-
echo "[server-login]" > ~/.pypirc
-
echo "username=" ${PYPI_USER} >> ~/.pypirc
...
...
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