mirror of
https://github.com/janet-lang/janet
synced 2024-11-16 21:54:48 +00:00
9e163db491
Test in CI with both meson and normal build. Also test windows.
15 lines
296 B
YAML
15 lines
296 B
YAML
image: openbsd/latest
|
|
sources:
|
|
- https://git.sr.ht/~bakpakin/janet
|
|
packages:
|
|
- meson
|
|
tasks:
|
|
- build: |
|
|
cd janet
|
|
meson setup build --buildtype=release
|
|
cd build
|
|
ninja
|
|
ninja test
|
|
mkdir modpath
|
|
jpm --verbose --modpath=./modpath install https://github.com/bakpakin/x43bot.git
|