1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-16 21:54:48 +00:00
janet/.builds/meson.yml

15 lines
299 B
YAML
Raw Normal View History

2020-05-12 13:46:26 +00:00
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
2020-07-24 17:29:31 +00:00
jpm --verbose --modpath=./modpath install https://github.com/bakpakin/x43bot.git