aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.builds/meson.yml2
-rw-r--r--Makefile1
-rw-r--r--build_win.bat2
3 files changed, 5 insertions, 0 deletions
diff --git a/.builds/meson.yml b/.builds/meson.yml
index 04e9152f..889decd7 100644
--- a/.builds/meson.yml
+++ b/.builds/meson.yml
@@ -10,3 +10,5 @@ tasks:
cd build
ninja
ninja test
+ mkdir modpath
+ jpm --verbose --modpath=./modpath install https://github.com/bakpakin/x43bot.git
diff --git a/Makefile b/Makefile
index 670f408b..e9c02b4f 100644
--- a/Makefile
+++ b/Makefile
@@ -317,6 +317,7 @@ test-install:
cd test/install && jpm --verbose --test --modpath=./modpath install https://github.com/janet-lang/jhydro.git
cd test/install && jpm --verbose --test --modpath=./modpath install https://github.com/janet-lang/path.git
cd test/install && jpm --verbose --test --modpath=./modpath install https://github.com/janet-lang/argparse.git
+ cd test/install && jpm --verbose --modpath=./modpath install https://github.com/bakpakin/x43bot.git
help:
@echo
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