From 41a7154aa5601d34da8353c4ff3dd0449857b8d4 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 27 Jun 2021 12:49:19 -0500 Subject: [PATCH] Remove jhydro from CI pipeline. --- Makefile | 1 - build_win.bat | 2 -- 2 files changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 7efef93b..88e67063 100644 --- a/Makefile +++ b/Makefile @@ -329,7 +329,6 @@ test-install: && build/testexec2 \ && mkdir -p modpath \ && jpm --verbose --testdeps --modpath=./modpath install https://github.com/janet-lang/json.git - 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 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