Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gary Palter
asdf
Commits
2bb8c167
Commit
2bb8c167
authored
Apr 19, 2021
by
Eric Timmons
Committed by
Robert Goldman
May 15, 2021
Browse files
Add Clasp to Gitlab CI pipeline
parent
690a6f68
Changes
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci.yml
View file @
2bb8c167
...
...
@@ -9,6 +9,8 @@ variables:
ABCL_TAG
:
latest
CCL_IMAGE
:
clfoundation/ccl
CCL_TAG
:
latest
CLASP_IMAGE
:
clfoundation/clasp
CLASP_TAG
:
latest
CLISP_IMAGE
:
clfoundation/clisp
CLISP_TAG
:
latest
CMUCL_IMAGE
:
clfoundation/cmucl
...
...
@@ -157,6 +159,18 @@ CCL upgrade tests:
variables
:
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
:
extends
:
.Regression tests
image
:
$CLISP_IMAGE:$CLISP_TAG
...
...
@@ -234,6 +248,18 @@ CCL scripting upgrade tests:
variables
:
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
:
extends
:
.Scripting regression tests
image
:
$CLISP_IMAGE:$CLISP_TAG
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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