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
clpm
clpm
Commits
9290d92d
Commit
9290d92d
authored
Sep 01, 2021
by
Eric Timmons
Browse files
Add more missing libraries to CI
parent
f04d1289
Pipeline
#4576
failed with stages
in 2 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9290d92d
...
...
@@ -17,7 +17,6 @@ stages:
.git-repo-needed
:
before_script
:
-
apk add git ca-certificates curl ||
true
# This looks a little funky, but only one of
# $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME and $CI_COMMIT_BRANCH will ever be
# defined at once.
...
...
@@ -33,7 +32,9 @@ stages:
.static-release
:
stage
:
build
image
:
daewok/static-sbcl:$SBCL_VERSION-alpine$ALPINE_VERSION
extends
:
.git-repo-needed
before_script
:
-
apk add git ca-certificates curl openssl-dev openssl-libs-static pkgconfig
-
!reference
[
.git-repo-needed
,
before_script
]
script
:
-
sbcl --script scripts/build-release.lisp --static
artifacts
:
...
...
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