Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
5dec016f
Commit
5dec016f
authored
Mar 01, 2018
by
Sascha Herzinger
Browse files
trying to fix ci timeouts
parent
a05ba963
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5dec016f
...
...
@@ -14,8 +14,8 @@ test:all:
-
yum install -y epel-release
-
yum update -y
-
yum install -y rabbitmq-server redis python34 python34-pip python34-devel readline-devel R
-
pip3 install -e . -
i https://pypi.lcsb.uni.lu
/simple
-
pip3 install -r requirements.txt -
i https://pypi.lcsb.uni.lu
/simple
-
pip3 install -e . -
-trusted-host 10.79.2.238 -i https://10.79.2.238
/simple
-
pip3 install -r requirements.txt -
-trusted-host 10.79.2.238 -i https://10.79.2.238
/simple
-
R -e 'source("https://bioconductor.org/biocLite.R"); biocLite(); biocLite("limma")'
-
redis-server --daemonize yes
-
rabbitmq-server -detached
...
...
@@ -29,7 +29,7 @@ release:pypi:
-
yum install -y epel-release
-
yum update -y
-
yum install -y python34 python34-pip
-
pip3 install twine
-
pip3 install twine
--trusted-host 10.79.2.238 -i https://10.79.2.238/simple
-
python3 setup.py sdist
-
twine upload dist/* -u ${PYPI_USER} -p ${PYPI_PASSWORD}
only
:
...
...
Write
Preview
Markdown
is supported
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