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
itischler
lbmpy
Commits
33bb3c84
Commit
33bb3c84
authored
Apr 28, 2019
by
Martin Bauer
Browse files
CI changes
parent
4d6bc4da
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
33bb3c84
...
...
@@ -17,7 +17,7 @@ tests-and-coverage:
-
mkdir -p ~/.config/matplotlib
-
echo "backend:template" > ~/.config/matplotlib/matplotlibrc
-
mkdir public
-
pip install git+
ssh
://git@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
pip install git+
https
://git
lab-ci-token:${CI_JOB_TOKEN}
@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun"
tags
:
-
docker
...
...
@@ -39,7 +39,7 @@ test-longrun:
-
export NUM_CORES=$(nproc --all)
-
mkdir -p ~/.config/matplotlib
-
echo "backend:template" > ~/.config/matplotlib/matplotlibrc
-
pip install git+
ssh
://git@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
pip install git+
https
://git
lab-ci-token:${CI_JOB_TOKEN}
@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=.
tags
:
-
docker
...
...
@@ -62,7 +62,7 @@ minimal-windows:
-
source activate pystencils_dev
-
env
-
conda env list
-
pip install git+
ssh
://git@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
pip install git+
https
://git
lab-ci-token:${CI_JOB_TOKEN}
@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
python -c "import numpy"
-
python setup.py quicktest
...
...
@@ -73,7 +73,7 @@ minimal-ubuntu:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/software/pystencils/minimal_ubuntu
script
:
-
pip install git+
ssh
://git@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
pip
3
install git+
https
://git
lab-ci-token:${CI_JOB_TOKEN}
@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
python3 setup.py quicktest
tags
:
-
docker
...
...
@@ -85,7 +85,7 @@ minimal-conda:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/software/pystencils/minimal_conda
script
:
-
pip install git+
ssh
://git@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
pip install git+
https
://git
lab-ci-token:${CI_JOB_TOKEN}
@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
python setup.py quicktest
tags
:
-
docker
...
...
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