From b92ae513b7f9fd6c5d259f78a02d61af5130f66b Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Tue, 17 Dec 2019 18:31:39 +0100 Subject: [PATCH] Add CI minimal CI test for old sympy --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c49077bb..f2295352 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,6 +101,17 @@ minimal-sympy-master: tags: - docker +minimal-sympy-perhistoric: + stage: test + except: + variables: + - $ENABLE_NIGHTLY_BUILDS + image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu + script: + - apt install python3-sympy -y + - python3 setup.py quicktest + tags: + - docker pycodegen-integration: image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full -- GitLab