aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 4955cea69b70b9e09717abe9b9578b758e4e9366 (plain) (blame)
1
2
3
4
5
6
7
pdf:
  image: "camilstaps/texlive"
  script:
    - pdflatex -shell-escape linux-x64.tex
  artifacts:
    paths:
      - linux-x64.pdf