summaryrefslogtreecommitdiffstats
path: root/.build.yml
blob: 018a225500021eacc57eaf394b905c5619a8f9b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
image: debian/unstable
packages:
  - context
  - context-modules
  - texlive-pictures
  - vim
  - texlive-fonts-extra
sources:
  - git@git.sr.ht:~ymherklotz/lsr22_fvhls
secrets:
  - f1c07b45-32bd-4559-b370-28e59e4c11e1
tasks:
  - build: |
      cd lsr22_fvhls
      mtxrun --generate
      make REBUILD_DEPS=no main.pdf
artifacts:
  - lsr22_fvhls/main.pdf