mirror of
https://github.com/janet-lang/janet
synced 2025-05-06 01:14:13 +00:00
Test building binaries with jpm.
Test in CI with both meson and normal build. Also test windows.
This commit is contained in:
parent
286230f477
commit
9e163db491
@ -10,3 +10,5 @@ tasks:
|
|||||||
cd build
|
cd build
|
||||||
ninja
|
ninja
|
||||||
ninja test
|
ninja test
|
||||||
|
mkdir modpath
|
||||||
|
jpm --verbose --modpath=./modpath install https://github.com/bakpakin/x43bot.git
|
||||||
|
1
Makefile
1
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/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/path.git
|
||||||
cd test/install && jpm --verbose --test --modpath=./modpath install https://github.com/janet-lang/argparse.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:
|
help:
|
||||||
@echo
|
@echo
|
||||||
|
@ -168,6 +168,8 @@ call jpm --verbose --test --modpath=. install https://github.com/janet-lang/path
|
|||||||
@if errorlevel 1 goto :TESTINSTALLFAIL
|
@if errorlevel 1 goto :TESTINSTALLFAIL
|
||||||
call jpm --verbose --test --modpath=. install https://github.com/janet-lang/argparse.git
|
call jpm --verbose --test --modpath=. install https://github.com/janet-lang/argparse.git
|
||||||
@if errorlevel 1 goto :TESTINSTALLFAIL
|
@if errorlevel 1 goto :TESTINSTALLFAIL
|
||||||
|
call jpm --verbose --modpath=. install https://github.com/bakpakin/x43bot.git
|
||||||
|
@if errorlevel 1 goto :TESTINSTALLFAIL
|
||||||
popd
|
popd
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user