diff options
| author | 2021-06-27 12:49:19 -0500 | |
|---|---|---|
| committer | 2021-06-27 12:49:19 -0500 | |
| commit | 41a7154aa5601d34da8353c4ff3dd0449857b8d4 (patch) | |
| tree | 3d0f6ab90f2f71a861950249c0b48da64c2d54ce /build_win.bat | |
| parent | Remove travis CI integration. (diff) | |
Remove jhydro from CI pipeline.
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 2 |
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 |
