ci/build.ps1: add comment for PATH mangling with old tests

This commit is contained in:
Daniel Hahler 2019-06-13 22:09:29 +02:00
parent b98b1168d8
commit 3dab5f625f
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ if ($uploadToCodecov) {
}
# Old tests
# Add MSYS to path, required for e.g. `find` used in test scripts.
# But would break functionaltests, where its `more` would be used then.
$env:PATH = "C:\msys64\usr\bin;$env:PATH"
& "C:\msys64\mingw$bits\bin\mingw32-make.exe" -C $(Convert-Path ..\src\nvim\testdir) VERBOSE=1