From 2b7ac16784bc1ded86bbe053c3faed1443511954 Mon Sep 17 00:00:00 2001 From: Andrew Chambers Date: Fri, 17 May 2019 10:54:58 +1200 Subject: [PATCH] Add openbsd build file. --- .builds/.openbsd.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .builds/.openbsd.yaml 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