Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lbmpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
lbmpy
Commits
4d6bc4da
Commit
4d6bc4da
authored
6 years ago
by
Martin Bauer
Browse files
Options
Downloads
Patches
Plain Diff
Fixes in gitlab.ci
parent
0ea3623e
No related branches found
No related tags found
No related merge requests found
Pipeline
#15051
failed
6 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-0
5 additions, 0 deletions
.gitlab-ci.yml
with
5 additions
and
0 deletions
.gitlab-ci.yml
+
5
−
0
View file @
4d6bc4da
...
@@ -17,6 +17,7 @@ tests-and-coverage:
...
@@ -17,6 +17,7 @@ tests-and-coverage:
-
mkdir -p ~/.config/matplotlib
-
mkdir -p ~/.config/matplotlib
-
echo "backend:template" > ~/.config/matplotlib/matplotlibrc
-
echo "backend:template" > ~/.config/matplotlib/matplotlibrc
-
mkdir public
-
mkdir public
-
pip install git+ssh://git@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"
-
py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun"
tags
:
tags
:
-
docker
-
docker
...
@@ -38,6 +39,7 @@ test-longrun:
...
@@ -38,6 +39,7 @@ test-longrun:
-
export NUM_CORES=$(nproc --all)
-
export NUM_CORES=$(nproc --all)
-
mkdir -p ~/.config/matplotlib
-
mkdir -p ~/.config/matplotlib
-
echo "backend:template" > ~/.config/matplotlib/matplotlibrc
-
echo "backend:template" > ~/.config/matplotlib/matplotlibrc
-
pip install git+ssh://git@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=.
-
py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=.
tags
:
tags
:
-
docker
-
docker
...
@@ -60,6 +62,7 @@ minimal-windows:
...
@@ -60,6 +62,7 @@ minimal-windows:
-
source activate pystencils_dev
-
source activate pystencils_dev
-
env
-
env
-
conda env list
-
conda env list
-
pip install git+ssh://git@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
python -c "import numpy"
-
python -c "import numpy"
-
python setup.py quicktest
-
python setup.py quicktest
...
@@ -70,6 +73,7 @@ minimal-ubuntu:
...
@@ -70,6 +73,7 @@ minimal-ubuntu:
-
$ENABLE_NIGHTLY_BUILDS
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/software/pystencils/minimal_ubuntu
image
:
i10git.cs.fau.de:5005/software/pystencils/minimal_ubuntu
script
:
script
:
-
pip install git+ssh://git@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
python3 setup.py quicktest
-
python3 setup.py quicktest
tags
:
tags
:
-
docker
-
docker
...
@@ -81,6 +85,7 @@ minimal-conda:
...
@@ -81,6 +85,7 @@ minimal-conda:
-
$ENABLE_NIGHTLY_BUILDS
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/software/pystencils/minimal_conda
image
:
i10git.cs.fau.de:5005/software/pystencils/minimal_conda
script
:
script
:
-
pip install git+ssh://git@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
python setup.py quicktest
-
python setup.py quicktest
tags
:
tags
:
-
docker
-
docker
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment