mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 16:42:42 +00:00
ci(windows): config and build before publish step (#19416)
Problem: Windows package step failed (silently). Solution: Make sure to configure cmake before attempting to build the package target.
This commit is contained in:
@@ -134,7 +134,8 @@ function TestOld {
|
||||
|
||||
|
||||
function Package {
|
||||
cmake --build $buildDir --target package
|
||||
cmake -S $projectDir -B $buildDir $(convertToCmakeArgs($nvimCmakeVars)) -G Ninja; exitIfFailed
|
||||
cmake --build $buildDir --target package; exitIfFailed
|
||||
}
|
||||
|
||||
if ($PSCmdlet.ParameterSetName) {
|
||||
|
||||
Reference in New Issue
Block a user