1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-02 01:53:15 +00:00
janet/.builds/.openbsd.yaml
Calvin Rose a303704a7d Add some tests for the amalgamated source/
Adds tests to Makefile and CI on Poisx platforms.
2019-05-23 10:34:01 -04:00

12 lines
176 B
YAML

image: openbsd/6.5
packages:
- gmake
tasks:
- build: |
cd janet
gmake
gmake test
doas gmake install
gmake test-install
gmake test-amalg