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
Klinische Genetica
capture-lumc
hutspot
Commits
b39a7004
Commit
b39a7004
authored
Feb 19, 2019
by
Sander Bollen
Browse files
add gitlab ci yaml
parent
2b90b7d0
Pipeline
#2377
failed with stage
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b39a7004
image
:
python3.6:stretch
before_script
:
-
export MINICONDA=${HOME}/miniconda
-
export PATH=${MINICONDA}/bin:${PATH}
-
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
-
bash miniconda.sh -b -f -p ${MINICONDA}
-
conda config --set always_yes yes
-
conda env create -n my_env -f environment.yml
-
source activate my_env
-
pip install -r requirements-dev.txt
test_sanities
:
script
:
-
py.test
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