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
Stephan Seitz
pystencils
Commits
d138b57d
Commit
d138b57d
authored
Sep 05, 2019
by
Stephan Seitz
Browse files
CI: Add minimal-sympy-master
parent
ad26bd81
Pipeline
#17805
passed with stage
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d138b57d
...
...
@@ -88,6 +88,19 @@ minimal-conda:
-
docker
minimal-sympy-master
:
stage
:
test
except
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
script
:
-
python -m pip install --upgrade git+https://github.com/sympy/sympy.git
-
python setup.py quicktest
allow_failure
:
true
tags
:
-
docker
# -------------------- Linter & Documentation --------------------------------------------------------------------------
...
...
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