Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Gary Palter
asdf
Commits
2bb8c167
Commit
2bb8c167
authored
3 years ago
by
Eric Timmons
Committed by
Robert Goldman
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add Clasp to Gitlab CI pipeline
parent
690a6f68
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci.yml
+26
-0
26 additions, 0 deletions
gitlab-ci.yml
with
26 additions
and
0 deletions
gitlab-ci.yml
+
26
−
0
View file @
2bb8c167
...
@@ -9,6 +9,8 @@ variables:
...
@@ -9,6 +9,8 @@ variables:
ABCL_TAG
:
latest
ABCL_TAG
:
latest
CCL_IMAGE
:
clfoundation/ccl
CCL_IMAGE
:
clfoundation/ccl
CCL_TAG
:
latest
CCL_TAG
:
latest
CLASP_IMAGE
:
clfoundation/clasp
CLASP_TAG
:
latest
CLISP_IMAGE
:
clfoundation/clisp
CLISP_IMAGE
:
clfoundation/clisp
CLISP_TAG
:
latest
CLISP_TAG
:
latest
CMUCL_IMAGE
:
clfoundation/cmucl
CMUCL_IMAGE
:
clfoundation/cmucl
...
@@ -157,6 +159,18 @@ CCL upgrade tests:
...
@@ -157,6 +159,18 @@ CCL upgrade tests:
variables
:
variables
:
l
:
ccl
l
:
ccl
Clasp regression tests
:
extends
:
.Regression tests
image
:
$CLASP_IMAGE:$CLASP_TAG
variables
:
l
:
clasp
Clasp upgrade tests
:
extends
:
.Upgrade tests
image
:
$CLASP_IMAGE:$CLASP_TAG
variables
:
l
:
clasp
CLISP regression tests
:
CLISP regression tests
:
extends
:
.Regression tests
extends
:
.Regression tests
image
:
$CLISP_IMAGE:$CLISP_TAG
image
:
$CLISP_IMAGE:$CLISP_TAG
...
@@ -234,6 +248,18 @@ CCL scripting upgrade tests:
...
@@ -234,6 +248,18 @@ CCL scripting upgrade tests:
variables
:
variables
:
l
:
ccl
l
:
ccl
Clasp scripting regression tests
:
extends
:
.Scripting regression tests
image
:
$CLASP_IMAGE:$CLASP_TAG
variables
:
l
:
clasp
Clasp scripting upgrade tests
:
extends
:
.Scripting upgrade tests
image
:
$CLASP_IMAGE:$CLASP_TAG
variables
:
l
:
clasp
CLISP scripting regression tests
:
CLISP scripting regression tests
:
extends
:
.Scripting regression tests
extends
:
.Scripting regression tests
image
:
$CLISP_IMAGE:$CLISP_TAG
image
:
$CLISP_IMAGE:$CLISP_TAG
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment