add some CI #61

Open
solene wants to merge 4 commits from enable_ci into main
2 changed files with 19 additions and 0 deletions

18
.drone.yml Normal file
View File

@ -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

View File

@ -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/)