Skip to content
Snippets Groups Projects
Commit d4586391 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

trying to fix gitlab CI

parent 5a352e70
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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_package:
stage: deploy
release:
stage: publish
script:
- echo "[server-login]" > ~/.pypirc
- echo "username=" ${PYPI_USER} >> ~/.pypirc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment