Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cl-tar-file
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
cl-tar
cl-tar-file
Commits
878cca47
Commit
878cca47
authored
3 years ago
by
Eric Timmons
Browse files
Options
Downloads
Patches
Plain Diff
Switch to clci project
parent
dd5b796b
No related branches found
No related tags found
1 merge request
!1
Switch to CLCI for CI
Pipeline
#5276
failed
3 years ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+32
-51
32 additions, 51 deletions
.gitlab-ci.yml
scripts/ci-test.lisp
+1
-0
1 addition, 0 deletions
scripts/ci-test.lisp
with
33 additions
and
51 deletions
.gitlab-ci.yml
+
32
−
51
View file @
878cca47
include
:
-
template
:
'
Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
-
remote
:
'
https://gitlab.com/clci/gitlab-ci/-/raw/release/v1-stable/ci-cache.yml'
-
remote
:
'
https://gitlab.com/clci/gitlab-ci/-/raw/release/v1-stable/clpm.yml'
stages
:
-
test
-
deploy
.test
:
extends
:
-
.clci ci cache per job
before_script
:
-
!reference
[
.clci clpm install
,
script
]
-
!reference
[
.clci clpm configure
,
script
]
-
$CLPM bundle install --no-resolve
test abcl
:
image
:
clfoundation/abcl
extends
:
.test
script
:
-
$CLPM bundle exec -- abcl --batch --load scripts/run-tests.lisp
test ccl
:
image
:
clfoundation/ccl
extends
:
.test
script
:
-
$CLPM bundle exec -- ccl -b -l scripts/run-tests.lisp
test ecl
:
image
:
clfoundation/ecl
extends
:
.test
script
:
-
$CLPM bundle exec -- ecl --shell scripts/run-tests.lisp
test sbcl
:
image
:
clfoundation/sbcl
extends
:
.test
script
:
-
$CLPM bundle exec -- sbcl --script scripts/run-tests.lisp
-
project
:
'
clci/gitlab-ci'
ref
:
release/v2-dev
file
:
-
definitions.gitlab-ci.yml
-
project
:
'
clci/gitlab-ci'
ref
:
release/v2-dev
file
:
-
test-pipeline.gitlab-ci.yml
-
release-pipeline.gitlab-ci.yml
rules
:
-
if
:
'
$PIPELINE_TYPE
!=
"clpm-dep-update"'
-
project
:
'
clci/gitlab-ci'
ref
:
release/v2-dev
file
:
-
clpm-dep-update-pipeline.gitlab-ci.yml
rules
:
-
if
:
'
$PIPELINE_TYPE
==
"clpm-dep-update"'
# This section is not strictly required, but prevents Gitlab CI from launching
# multiple redundent pipelines when a Merge Request is opened.
workflow
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_COMMIT_BRANCH
&&
$CI_OPEN_MERGE_REQUESTS'
when
:
never
-
if
:
'
$CI_COMMIT_BRANCH'
-
if
:
'
$CI_COMMIT_TAG'
generate docs
:
image
:
clfoundation/sbcl
extends
:
.test
extends
:
-
.clci sbcl
-
.clci clpm job
script
:
-
$CLPM bundle exec -- sbcl --script scripts/generate-docs.lisp
artifacts
:
paths
:
-
doc/
release
:
stage
:
deploy
image
:
registry.gitlab.com/gitlab-org/release-cli:latest
script
:
-
echo 'release job'
release
:
tag_name
:
$CI_COMMIT_TAG
description
:
'
./CHANGELOG.md'
rules
:
-
if
:
'
$CI_COMMIT_TAG
=~
/^v[0-9]+(\.[0-9]+)*(-.*)?$/'
publish docs
:
stage
:
deploy
rules
:
-
if
:
'
$CI_COMMIT_TAG
=~
/^v[0-9]+(\.[0-9]+)*(-.*)?$/'
needs
:
-
"
test
blocker:release:clci"
trigger
:
cl-tar/cl-tar-site
variables
:
CL_TAR_FILE_TAG
:
$CI_COMMIT_TAG
...
...
This diff is collapsed.
Click to expand it.
scripts/ci-test.lisp
0 → 120000
+
1
−
0
View file @
878cca47
run-tests.lisp
\ No newline at end of file
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