Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eric Timmons
asdf
Commits
c02ab220
Commit
c02ab220
authored
Mar 08, 2021
by
Eric Timmons
Browse files
Add CLISP to CI pipeline
parent
ee581992
Pipeline
#3127
passed with stages
in 40 minutes and 2 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gitlab-ci.yml
View file @
c02ab220
...
...
@@ -9,6 +9,8 @@ variables:
ABCL_TAG
:
latest
CCL_IMAGE
:
clfoundation/ccl
CCL_TAG
:
latest
CLISP_IMAGE
:
clfoundation/clisp
CLISP_TAG
:
latest
CMUCL_IMAGE
:
clfoundation/cmucl
CMUCL_TAG
:
latest
ECL_IMAGE
:
clfoundation/ecl
...
...
@@ -155,6 +157,18 @@ CCL upgrade tests:
variables
:
l
:
ccl
CLISP regression tests
:
extends
:
.Regression tests
image
:
$CLISP_IMAGE:$CLISP_TAG
variables
:
l
:
clisp
CLISP upgrade tests
:
extends
:
.Upgrade tests
image
:
$CLISP_IMAGE:$CLISP_TAG
variables
:
l
:
clisp
CMUCL regression tests
:
extends
:
.Regression tests
image
:
$CMUCL_IMAGE:$CMUCL_TAG
...
...
@@ -220,6 +234,18 @@ CCL scripting upgrade tests:
variables
:
l
:
ccl
CLISP scripting regression tests
:
extends
:
.Scripting regression tests
image
:
$CLISP_IMAGE:$CLISP_TAG
variables
:
l
:
clisp
CLISP scripting upgrade tests
:
extends
:
.Scripting upgrade tests
image
:
$CLISP_IMAGE:$CLISP_TAG
variables
:
l
:
clisp
CMUCL scripting regression tests
:
extends
:
.Scripting regression tests
image
:
$CMUCL_IMAGE:$CMUCL_TAG
...
...
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