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