mirror of
https://github.com/janet-lang/janet
synced 2024-11-17 14:14:49 +00:00
13 lines
196 B
YAML
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
|