Compare commits

...

4 Commits

Author SHA1 Message Date
Vincent Finance 76f1009b30 Merge branch 'main' into enable_ci 2022-07-07 13:47:02 +00:00
Solene Rapenne f9569cdafe define some triggers for the CI 2022-07-06 18:39:27 +02:00
Solene Rapenne 55df7acdd9 add the CI build status on the README 2022-07-06 18:33:38 +02:00
Solene Rapenne cac69c1f68 add some CI 2022-07-06 18:19:55 +02:00
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/)