mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
ci: make sure choco cpack does not interfere with CMake cpack
[skip ci]
This commit is contained in:
@@ -170,6 +170,9 @@ if (-not $NoTests) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Ensure choco's cpack is not in PATH otherwise, it conflicts with CMake's
|
||||||
|
Remove-Item -Path $env:ChocolateyInstall\bin\cpack.exe -Force
|
||||||
|
|
||||||
# Build artifacts
|
# Build artifacts
|
||||||
cpack -G ZIP -C RelWithDebInfo
|
cpack -G ZIP -C RelWithDebInfo
|
||||||
if ($env:APPVEYOR_REPO_TAG_NAME -ne $null) {
|
if ($env:APPVEYOR_REPO_TAG_NAME -ne $null) {
|
||||||
|
Reference in New Issue
Block a user