mirror of
https://github.com/janet-lang/janet
synced 2024-12-24 07:20:27 +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
|
@if errorlevel 1 goto :TESTINSTALLFAIL
|
||||||
call jpm --verbose --test --modpath=. install https://github.com/janet-lang/argparse.git
|
call jpm --verbose --test --modpath=. install https://github.com/janet-lang/argparse.git
|
||||||
@if errorlevel 1 goto :TESTINSTALLFAIL
|
@if errorlevel 1 goto :TESTINSTALLFAIL
|
||||||
|
popd
|
||||||
|
exit /b 0
|
||||||
|
|
||||||
:TESTINSTALLFAIL
|
:TESTINSTALLFAIL
|
||||||
popd
|
popd
|
||||||
goto :TESTFAIL
|
goto :TESTFAIL
|
||||||
exit /b 0
|
|
||||||
|
|
||||||
@rem build, test, dist, install. Useful for local dev.
|
@rem build, test, dist, install. Useful for local dev.
|
||||||
:ALL
|
:ALL
|
||||||
|
Loading…
Reference in New Issue
Block a user