mirror of
https://github.com/janet-lang/janet
synced 2024-11-19 07:04:48 +00:00
Fix build_win.
This commit is contained in:
parent
6f1b03b67e
commit
05e3fd3cc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user