summaryrefslogtreecommitdiffstats
path: root/.build.yml
blob: de01be46ad17d893c5f1a9526cee7ff9cf37fbf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: debian/unstable
packages:
  - context
  - texlive
  - texlive-extra-utils
  - texlive-latex-extra
  - latexmk
sources:
  - https://git.sr.ht/~ymherklotz/lsr22_fvhls
secrets:
  - f1c07b45-32bd-4559-b370-28e59e4c11e1
tasks:
  - build: |
      cd lsr22_fvhls
      make main.pdf
artifacts:
  - lsr22_fvhls/main.pdf