aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2021-06-27 12:49:19 -0500
committerCalvin Rose <calsrose@gmail.com>2021-06-27 12:49:19 -0500
commit41a7154aa5601d34da8353c4ff3dd0449857b8d4 (patch)
tree3d0f6ab90f2f71a861950249c0b48da64c2d54ce /build_win.bat
parentRemove travis CI integration. (diff)
Remove jhydro from CI pipeline.
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_win.bat b/build_win.bat
index eb90b3a3..240a7389 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -162,8 +162,6 @@ call jpm --verbose quickbin testexec.janet build\testexec2.exe
@if errorlevel 1 goto :TESTINSTALLFAIL
call build\testexec2.exe
@if errorlevel 1 goto :TESTINSTALLFAIL
-call jpm --verbose --test --modpath=. install https://github.com/janet-lang/jhydro.git
-@if errorlevel 1 goto :TESTINSTALLFAIL
call jpm --verbose --test --modpath=. install https://github.com/janet-lang/path.git
@if errorlevel 1 goto :TESTINSTALLFAIL
call jpm --verbose --test --modpath=. install https://github.com/janet-lang/argparse.git