aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 2b684f9755dbd2e785ac6197709e8d273f924a1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pdf:
  image: "camilstaps/texlive"
  script:
    - pdflatex linux-x64.tex
    - pdflatex linux-x64.tex
    - pdflatex mac.tex
    - pdflatex mac.tex
    - pdflatex windows-x64.tex
    - pdflatex windows-x64.tex
  artifacts:
    paths:
      - linux-x64.pdf
      - mac.pdf
      - windows-x64.pdf