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