add CI
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2021-09-01 10:28:07 +02:00
committed by Johannes Schaefer
parent a7a815e297
commit 07a3194f1d
7 changed files with 174 additions and 2 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
pipeline:
build:
image: aergus/latex
commands:
- pdflatex cookbook.tex
- pdflatex cookbook.tex
- pdflatex cookbook.tex
gitea_release:
image: plugins/gitea-release
base_url: https://gitea.diewg.sexy
secrets: [gitea_token]
files: cookbook.pdf
when:
event: tag