aboutsummaryrefslogtreecommitdiffhomepage
path: root/.builds
diff options
context:
space:
mode:
authorAndrew Chambers <ac@acha.ninja>2019-05-17 10:54:58 +1200
committerAndrew Chambers <ac@acha.ninja>2019-05-17 10:54:58 +1200
commit2b7ac16784bc1ded86bbe053c3faed1443511954 (patch)
tree4e352d3801bad62bcf28598c7f5a317ea61b1447 /.builds
parentRemove extra closing paren. (diff)
Add openbsd build file.
Diffstat (limited to '.builds')
-rw-r--r--.builds/.openbsd.yaml10
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