aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-07-18 15:47:13 -0500
committerCalvin Rose <calsrose@gmail.com>2020-07-18 15:50:58 -0500
commit9e163db491e54d9bae0495411d479b3b9bab58c2 (patch)
treeef54372963ac66648a8e750fae1d3f993f8107ed /build_win.bat
parentFix meson paths. (diff)
Test building binaries with jpm.
Test in CI with both meson and normal build. Also test windows.
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat
index 0e002019..abb5ee2e 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -168,6 +168,8 @@ 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
+call jpm --verbose --modpath=. install https://github.com/bakpakin/x43bot.git
+@if errorlevel 1 goto :TESTINSTALLFAIL
popd
exit /b 0