Skip to content
Snippets Groups Projects

CI: Replace minimal-ubuntu job with ubuntu

Merged Michael Kuron requested to merge oldsympy into master
Compare and
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
+ 5
2
@@ -70,9 +70,12 @@ minimal-ubuntu:
@@ -70,9 +70,12 @@ minimal-ubuntu:
except:
except:
variables:
variables:
- $ENABLE_NIGHTLY_BUILDS
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/ubuntu
script:
script:
- python3 setup.py quicktest
- export NUM_CORES=$(nproc --all)
 
- mkdir -p ~/.config/matplotlib
 
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
 
- py.test -v -n $NUM_CORES -m "not longrun"
tags:
tags:
- docker
- docker
Loading