summaryrefslogtreecommitdiffstats
path: root/.build.yml
blob: 08fd2e8459e741be95676e8028b8bb593f2c1c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: archlinux
packages:
  - tectonic
sources:
  - https://git.sr.ht/~tobyvin/resume
artifacts:
  - resume.pdf
  - resumes.tar.gz
tasks:
  - build: |
      cd resume
      tectonic -X build
  - publish: |
      find resume/build -type f -name *.pdf -exec mv {} . \;
      tar -czvf resumes.tar.gz *.pdf