Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils
Merge requests
!112
Add CI minimal CI test for old sympy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Add CI minimal CI test for old sympy
seitz/pystencils:prehistoric-sympy
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Closed
Stephan Seitz
requested to merge
seitz/pystencils:prehistoric-sympy
into
master
5 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
The minimal test cannot catch everything but its something.
0
0
Merge request reports
Compare
master
version 1
07f39960
5 years ago
master (base)
and
latest version
latest version
b92ae513
1 commit,
5 years ago
version 1
07f39960
1 commit,
5 years ago
1 file
+
11
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
11
−
0
Options
@@ -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
Loading