diff options
| author | 2019-05-17 10:54:58 +1200 | |
|---|---|---|
| committer | 2019-05-17 10:54:58 +1200 | |
| commit | 2b7ac16784bc1ded86bbe053c3faed1443511954 (patch) | |
| tree | 4e352d3801bad62bcf28598c7f5a317ea61b1447 /.builds | |
| parent | Remove extra closing paren. (diff) | |
Add openbsd build file.
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/.openbsd.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.builds/.openbsd.yaml b/.builds/.openbsd.yaml new file mode 100644 index 00000000..bc989290 --- /dev/null +++ b/.builds/.openbsd.yaml @@ -0,0 +1,10 @@ +image: openbsd/6.5 +packages: + - gmake +tasks: + - build: | + cd janet + gmake + gmake test + doas gmake install + gmake test-install |
