Skip to content
Snippets Groups Projects

CI: Replace minimal-ubuntu job with ubuntu

Merged Michael Kuron requested to merge oldsympy into master
Viewing commit 4385ef7f
Show latest version
1 file
+ 6
3
Preferences
Compare changes
+ 6
3
@@ -66,15 +66,18 @@ 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:
- export NUM_CORES=$(nproc --all)
- 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
- python3 setup.py quicktest
- pytest-3 -v -n $NUM_CORES -m "not longrun"
tags:
- docker