diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ccfea1b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,18 @@ +kind: pipeline +type: exec +name: default + +platform: + os: openbsd + arch: amd64 + +steps: + - name: build + commands: + - cd issues && make + +trigger: + event: + - push + - pull_request + - tag diff --git a/README.md b/README.md index 25eb58b..c378ee3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Build Status](https://drone.tildegit.org/api/badges/solene/openbsd-webzine/status.svg)](https://drone.tildegit.org/solene/openbsd-webzine) # openbsd-webzine Repository of the [OpenBSD Webzine](https://webzine.puffy.cafe/)