X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=.builds%2Fopenbsd.yml;fp=.builds%2Fopenbsd.yml;h=6ba273e799e9bec8399c4d861490d3e883d51a32;hb=7c4e5d64e25acec7209a54a15836b4481c450416;hp=0000000000000000000000000000000000000000;hpb=9d5d7ffc1eaa0e2d8a8d5bcd62118fead34cb6d0;p=safcm%2Fsafcm.git diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml new file mode 100644 index 0000000..6ba273e --- /dev/null +++ b/.builds/openbsd.yml @@ -0,0 +1,17 @@ +image: openbsd/latest +packages: + - go + - gmake + - xz +tasks: + - all: | + # OpenBSD 6.8 only ships with Go 1.15 + curl -O https://ruderich.eu/go-1.16.3-openbsd-amd64.tar.xz + xz -d go-1.16.3-openbsd-amd64.tar.xz + tar xf go-1.16.3-openbsd-amd64.tar + mv go-1.16.3 go + # + doas ln -sf /usr/local/bin/gmake /usr/bin/make + cd safcm + # Go does not yet support -race on OpenBSD + ./ci/run GOFLAGS=