From cac69c1f68df8e6076223185b02371fccdc9d084 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Wed, 6 Jul 2022 18:19:55 +0200 Subject: [PATCH 1/3] add some CI --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ba557af --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +type: exec +name: default + +platform: + os: openbsd + arch: amd64 + +steps: + - name: build + commands: + - cd issues && make -- 2.34.1 From 55df7acdd94419a607b8b25778ba2555d9fd61a6 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Wed, 6 Jul 2022 18:33:38 +0200 Subject: [PATCH 2/3] add the CI build status on the README --- README.md | 1 + 1 file changed, 1 insertion(+) 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/) -- 2.34.1 From f9569cdafef20b0ef562b6981a9126cf4ac72803 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Wed, 6 Jul 2022 18:39:27 +0200 Subject: [PATCH 3/3] define some triggers for the CI --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index ba557af..ccfea1b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,3 +10,9 @@ steps: - name: build commands: - cd issues && make + +trigger: + event: + - push + - pull_request + - tag -- 2.34.1