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
5dcff81d
Commit
5dcff81d
authored
Jan 20, 2020
by
Michael Kuron
Browse files
CI: Replace minimal-ubuntu job with ubuntu
parent
678cadb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5dcff81d
...
...
@@ -66,15 +66,17 @@ 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
:
-
mkdir -p ~/.config/matplotlib
-
echo "backend:template" > ~/.config/matplotlib/matplotlibrc
-
pip3 install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
pyt
hon3 setup.py quicktest
-
pyt
est-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