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
clpm
clpm
Commits
352be068
Commit
352be068
authored
Feb 19, 2021
by
Eric Timmons
Browse files
Update Gitlab CI to use updated scripts
parent
c0909c06
Pipeline
#2931
failed with stage
in 13 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
352be068
...
...
@@ -21,7 +21,7 @@ stages:
before_script
:
-
git checkout -B $CI_COMMIT_BRANCH $CI_COMMIT_SHA
script
:
-
sbcl --script scripts/build-
static-
release.lisp
-
sbcl --script scripts/build-release.lisp
--static
artifacts
:
paths
:
-
releases/
...
...
@@ -42,49 +42,49 @@ static-release:linux:arm64:
-
arm64v8
##############################################################################
# Build dynamic
executabl
es
# Build dynamic
releas
es
##############################################################################
.dynamic-
exec
:
.dynamic-
release
:
stage
:
build
image
:
$DOCKER_HUB_CI_REPO:$SBCL_VERSION-alpine$ALPINE_VERSION-$ARCH
before_script
:
-
git checkout -B $CI_COMMIT_BRANCH $CI_COMMIT_SHA
script
:
-
sbcl --script scripts/build.lisp
-
sbcl --script scripts/build
-release
.lisp
artifacts
:
paths
:
-
build/bin/
rules
:
-
if
:
'
$CI_COMMIT_BRANCH'
dynamic-
exec
:linux:amd64:
extends
:
.dynamic-
exec
dynamic-
release
:linux:amd64:
extends
:
.dynamic-
release
variables
:
ARCH
:
amd64
dynamic-
exec
:linux:arm64:
extends
:
.dynamic-
exec
dynamic-
release
:linux:arm64:
extends
:
.dynamic-
release
variables
:
ARCH
:
arm64
tags
:
-
arm64v8
# dynamic-
exec
:linux:armv7:
# extends: .dynamic-
exec
# dynamic-
release
:linux:armv7:
# extends: .dynamic-
release
# variables:
# ARCH: armhf
# tags:
# - armv7
dynamic-
exec
:macos:amd64:
dynamic-
release
:macos:amd64:
stage
:
build
extends
:
.dynamic-
exec
extends
:
.dynamic-
release
tags
:
-
macos-0.4-amd64
dynamic-
exec
:windows:amd64:
extends
:
.dynamic-
exec
dynamic-
release
:windows:amd64:
extends
:
.dynamic-
release
image
:
$DOCKER_HUB_CI_REPO:$SBCL_VERSION-windowsservercore
variables
:
GIT_STRATEGY
:
clone
...
...
@@ -94,5 +94,9 @@ dynamic-exec:windows:amd64:
-
git checkout -B $CI_COMMIT_BRANCH $CI_COMMIT_SHA
-
git submodule init
-
git submodule update
script
:
-
$env:WIX = "C:\wix"
-
sbcl --script scripts/build-release.lisp
-
sbcl --script scripts/build-msi.lisp
tags
:
-
windows-amd64
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