1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-27 07:33:16 +00:00
janet/.builds/meson.yml
2020-05-12 08:46:26 -05:00

13 lines
196 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