summaryrefslogtreecommitdiffstats
path: root/.build.yml
blob: 160802f5cbee0e4ab9ac3d3c479bd15a8587d21a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
image: alpine/latest
packages:
  - texlive
  - texmf-dist-most
sources:
  - https://git.sr.ht/~tobyvin/resume
artifacts:
  - resume/build/resumes.tar.gz
  - resume/build/resume.pdf
  - resume/build/mozilla.pdf
  - resume/build/lacework.pdf
  - resume/build/verana_health.pdf
  - resume/build/long_view_systems.pdf
  - resume/build/scythe.pdf
  - resume/build/warp.pdf
  - resume/build/isrg.pdf
tasks:
  - build: |
      cd resume
      for f in $(find . -type f -name resume.tex); do latexmk "$f" -jobname="$(printf %s "$f" | cut -d/ -f3)"; done
  - publish: |
      cd resume/build
      tar -czvf resumes.tar.gz *.pdf