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