mirror of
https://github.com/janet-lang/janet
synced 2024-11-19 15:14:48 +00:00
14 lines
223 B
YAML
14 lines
223 B
YAML
image: openbsd/6.5
|
|
sources:
|
|
- https://git.sr.ht/~bakpakin/janet
|
|
packages:
|
|
- gmake
|
|
tasks:
|
|
- build: |
|
|
cd janet
|
|
gmake
|
|
gmake test
|
|
doas gmake install
|
|
gmake test-install
|
|
gmake test-amalg
|