From e5b053f80e36c5d29d6f573874ba0153b96d198d Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 30 Jan 2020 08:15:18 -0700 Subject: [PATCH] + openbsd build --- .builds/openbsd.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .builds/openbsd.yml diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml new file mode 100644 index 0000000..d8df91b --- /dev/null +++ b/.builds/openbsd.yml @@ -0,0 +1,11 @@ +image: openbsd/latest +packages: + - go +environment: + PATH: /bin:/usr/bin/:/usr/local/bin +sources: + - https://git.sr.ht/~qbit/mcchunkie +tasks: + - test_mcchunkie: | + cd mcchunkie + go test