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
cca854bc
Commit
cca854bc
authored
Aug 30, 2021
by
Eric Timmons
Browse files
Make Windows CI a bit more robust
parent
ab5c235a
Pipeline
#4559
failed with stages
in 39 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cca854bc
...
...
@@ -210,8 +210,13 @@ dynamic-release:windows:amd64:
-
$BASH = "C:\msys64\usr\bin\bash"
-
$env:BASH = "C:\msys64\usr\bin\bash"
-
"
&
$BASH
-lc
'
'"
-
Stop-Process -ErrorAction Ignore -Force -Name gpg-agent
-
Stop-Process -ErrorAction Ignore -Force -Name dirmngr
-
|
If (Get-Process -ErrorAction Ignore -Name gpg-agent) {
Stop-Process -ErrorAction Ignore -Force -Name gpg-agent
}
-
If (Get-Process -ErrorAction Ignore -Name dirmngr) {
Stop-Process -ErrorAction Ignore -Force -Name dirmngr
}
# Configure msys2
-
$env:CHERE_INVOKING = 'yes'
-
$env:MSYSTEM = 'MINGW64'
...
...
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