songbook [from: Songs data for LaTeX songbooks http:///www.patacrep.com]
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
901 B

4 years ago
kind: pipeline
name: default
4 years ago
steps:
4 years ago
- name: build
image: aergus/latex
commands:
- apt update
- apt -y install texlive texlive-luatex texlive-lang-german
# - apt -y install latexmk
# - apt -y install texlive-lang-french texlive-lang-portuguese texlive-lang-spanish texlive-lang-italian
4 years ago
- apt -y install lilypond
4 years ago
- apt -y install python3-pip
4 years ago
- pip3 install patacrep
- songbook books/songbook-hendrik.yaml
# - latexmk -pdf
4 years ago
- mkdir dist
- mv *.pdf dist/
4 years ago
4 years ago
- name: notify
image: drillster/drone-email
settings:
host: mail.xd0.de
from: drone@xd0.de
recipients:
- hendrik+dev@xd0.de
attachment: dist/songbook-hendrik.pdf
when:
status: [ success, changed, failure ]
4 years ago
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://dev.xd0.de
4 years ago
files: dist/*.pdf
4 years ago
when:
event: tag