summaryrefslogtreecommitdiffstats
path: root/.build.yml
blob: 4340c05ce73d8211923d284433d678f2a36cb3c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: alpine/latest
packages:
  - texlive-luatex
  - texmf-dist-most
sources:
  - https://git.sr.ht/~tobyvin/resume
artifacts:
  - resume.pdf
  - cover_letters.tar.gz
tasks:
  - build: ./resume/build.sh
  - publish: |
      (cd resume/src && tar -czvf cover_letters.tar.gz */*.pdf)
      mv resume/src/cover_letters.tar.gz .
      mv resume/src/resume.pdf .