1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-05 11:40:00 +00:00
janet/.builds/meson.yml

15 lines
258 B
YAML
Raw Normal View History

2020-05-12 08:46:26 -05: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
2020-07-24 13:03:10 -05:00
doas ninja install
doas jpm --verbose install circlet