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
cl-tar
cl-tar-file
Commits
ebe27aa5
Commit
ebe27aa5
authored
Sep 06, 2021
by
Eric Timmons
Browse files
Generate docs
parent
dcd20a2c
Pipeline
#4618
failed with stage
in 4 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ebe27aa5
...
...
@@ -34,3 +34,12 @@ test sbcl:
extends
:
.test
script
:
-
$CLPM bundle exec -- sbcl --script scripts/run-tests.lisp
generate docs
:
image
:
clfoundation/sbcl
extends
:
.test
script
:
-
$CLPM bundle exec -- sbcl --script scripts/generate-docs.lisp
artifacts
:
paths
:
-
doc/
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