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
6157c3b1
Commit
6157c3b1
authored
Feb 21, 2021
by
Eric Timmons
Browse files
Move a variables section for Windows
parent
23ac4a9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6157c3b1
...
...
@@ -107,6 +107,10 @@ debian-image:arm:
-
git checkout -B $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME $CI_COMMIT_BRANCH $CI_COMMIT_SHA
.git-repo-needed:windows:
variables
:
GIT_STRATEGY
:
clone
GIT_SUBMODULE_STRATEGY
:
none
GIT_CHECKOUT
:
"
false"
before_script
:
# This looks a little funky, but only one of
# $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME and $CI_COMMIT_BRANCH will ever be
...
...
@@ -193,10 +197,6 @@ dynamic-release:windows:amd64:
stage
:
build
image
:
$CI_REGISTRY_IMAGE/ci:$SBCL_VERSION-windowsservercore
extends
:
.git-repo-needed:windows
variables
:
GIT_STRATEGY
:
clone
GIT_SUBMODULE_STRATEGY
:
none
GIT_CHECKOUT
:
"
false"
script
:
-
$env:WIX = "C:\wix"
-
sbcl --script scripts/build-release.lisp
...
...
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