Add woodpecker CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Marty Oehme 2023-03-16 08:32:53 +01:00
parent 35e4dcc64e
commit 927a763a45
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

21
.woodpecker.yml Normal file
View file

@ -0,0 +1,21 @@
branches: main
pipeline:
build:
image: pandoc/latex
commands:
- apk add make
- make cv
when:
event: tag
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_release_token
base_url: https://git.martyoeh.me
files: out/*
title: CV
when:
event: tag