diff options
| author | 2019-10-29 20:33:18 -0500 | |
|---|---|---|
| committer | 2019-10-29 20:33:18 -0500 | |
| commit | cf19cd5292c17d917465ddb63d3991b2c2c7dae5 (patch) | |
| tree | d3833cbcb4795b948922e3700d938e8c2a078d12 /build_win.bat | |
| parent | Update 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.bat | 4 |
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 |
