diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index c3c2dc1..b5f8c89 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -14,8 +14,15 @@ labels: clone: git: image: codeberg.org/scip/jaildk:plugin-git-2 - + steps: + verify: + image: bash + when: + event: [push] + commands: + - freebsd-version + test: image: ghcr.io/freebsd/freebsd-runtime:14.3 when: