aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-10-29 20:33:18 -0500
committerCalvin Rose <calsrose@gmail.com>2019-10-29 20:33:18 -0500
commitcf19cd5292c17d917465ddb63d3991b2c2c7dae5 (patch)
treed3833cbcb4795b948922e3700d938e8c2a078d12 /build_win.bat
parentUpdate CHANGELOG.md (diff)
Add the quickbin command to jpm.
This is useful for making one off executable scripts without needing to set up a project.janet file.
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat
index d4164702..b5206adf 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -179,6 +179,10 @@ call jpm --verbose --modpath=. install https://github.com/janet-lang/json.git
@if errorlevel 1 goto :TESTFAIL
call build\testexec
@if errorlevel 1 goto :TESTFAIL
+call jpm --verbose quickbin testexec.janet build\testexec2
+@if errorlevel 1 goto :TESTFAIL
+call build\testexec2
+@if errorlevel 1 goto :TESTFAIL
popd
exit /b 0