mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: AppVeyor: exitIfFailed with old tests (#10187)
This commit is contained in:
parent
450a68b7cc
commit
fc12ada4f1
@ -139,7 +139,7 @@ if ($uploadToCodecov) {
|
|||||||
# But would break functionaltests, where its `more` would be used then.
|
# But would break functionaltests, where its `more` would be used then.
|
||||||
$OldPath = $env:PATH
|
$OldPath = $env:PATH
|
||||||
$env:PATH = "C:\msys64\usr\bin;$env:PATH"
|
$env:PATH = "C:\msys64\usr\bin;$env:PATH"
|
||||||
& "C:\msys64\mingw$bits\bin\mingw32-make.exe" -C $(Convert-Path ..\src\nvim\testdir) VERBOSE=1
|
& "C:\msys64\mingw$bits\bin\mingw32-make.exe" -C $(Convert-Path ..\src\nvim\testdir) VERBOSE=1 ; exitIfFailed
|
||||||
$env:PATH = $OldPath
|
$env:PATH = $OldPath
|
||||||
|
|
||||||
if ($uploadToCodecov) {
|
if ($uploadToCodecov) {
|
||||||
|
Loading…
Reference in New Issue
Block a user