diff options
| author | ZyX <kp-pav@yandex.ru> | 2017-12-12 00:44:25 +0300 |
|---|---|---|
| committer | ZyX <kp-pav@yandex.ru> | 2017-12-12 00:44:25 +0300 |
| commit | 1f9dd689b9f2b68edbc40cc3c60d46db853dda94 (patch) | |
| tree | 1da60fa8fcc4fb8e2a578fac90edae3eb5618202 /ci | |
| parent | 9f534422e6c3649ee40904ae3606455d26b48188 (diff) | |
| parent | 8813b29cec13f7410427fbb8913d3753dd6626a7 (diff) | |
| download | rneovim-1f9dd689b9f2b68edbc40cc3c60d46db853dda94.tar.gz rneovim-1f9dd689b9f2b68edbc40cc3c60d46db853dda94.tar.bz2 rneovim-1f9dd689b9f2b68edbc40cc3c60d46db853dda94.zip | |
Merge branch 'master' into hide-container-impl
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/build.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/build.bat b/ci/build.bat index 91eca9ef73..25f949b5e4 100644 --- a/ci/build.bat +++ b/ci/build.bat @@ -53,6 +53,12 @@ bin\nvim --version || goto :error :: Functional tests mingw32-make functionaltest VERBOSE=1 || goto :error +:: Old tests +setlocal +set PATH=%PATH%;C:\msys64\usr\bin +mingw32-make -C "%~dp0\..\src\nvim\testdir" VERBOSE=1 +endlocal + if defined USE_GCOV ( C:\msys64\usr\bin\bash -lc "cd /c/projects/neovim; bash <(curl -s https://codecov.io/bash) || echo 'codecov upload failed.'" ) |