mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Fix build_win test-install
This commit is contained in:
parent
cf19cd5292
commit
25a9804d91
@ -179,9 +179,9 @@ call jpm --verbose --modpath=. install https://github.com/janet-lang/json.git
|
|||||||
@if errorlevel 1 goto :TESTFAIL
|
@if errorlevel 1 goto :TESTFAIL
|
||||||
call build\testexec
|
call build\testexec
|
||||||
@if errorlevel 1 goto :TESTFAIL
|
@if errorlevel 1 goto :TESTFAIL
|
||||||
call jpm --verbose quickbin testexec.janet build\testexec2
|
call jpm --verbose quickbin testexec.janet build\testexec2.exe
|
||||||
@if errorlevel 1 goto :TESTFAIL
|
@if errorlevel 1 goto :TESTFAIL
|
||||||
call build\testexec2
|
call build\testexec2.exe
|
||||||
@if errorlevel 1 goto :TESTFAIL
|
@if errorlevel 1 goto :TESTFAIL
|
||||||
popd
|
popd
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
Loading…
Reference in New Issue
Block a user