Fix build_win.

This commit is contained in:
Calvin Rose 2019-11-09 13:22:07 -05:00
parent 6f1b03b67e
commit 05e3fd3cc6
1 changed files with 3 additions and 1 deletions

View File

@ -189,10 +189,12 @@ call jpm --verbose --test --modpath=. install https://github.com/janet-lang/path
@if errorlevel 1 goto :TESTINSTALLFAIL
call jpm --verbose --test --modpath=. install https://github.com/janet-lang/argparse.git
@if errorlevel 1 goto :TESTINSTALLFAIL
popd
exit /b 0
:TESTINSTALLFAIL
popd
goto :TESTFAIL
exit /b 0
@rem build, test, dist, install. Useful for local dev.
:ALL