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
Sebastian Bindgen
pystencils
Commits
3078eb30
Commit
3078eb30
authored
Jan 20, 2020
by
Michael Kuron
Browse files
CI: Replace minimal-ubuntu job with ubuntu
parent
f16225d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3078eb30
...
...
@@ -65,14 +65,16 @@ minimal-windows:
-
python -c "import numpy"
-
python setup.py quicktest
minimal-
ubuntu
:
ubuntu
:
stage
:
test
except
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/
minimal_
ubuntu
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/ubuntu
script
:
-
python3 setup.py quicktest
-
mkdir -p ~/.config/matplotlib
-
echo "backend:template" > ~/.config/matplotlib/matplotlibrc
-
pytest-3 -v -m "not longrun"
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