Skip to content
.gitlab-ci.yml 200 B
Newer Older
Thomas Winkler's avatar
Thomas Winkler committed
compile_pdf:
  image: aergus/latex
  script:
    - latexmk -shell-escape -xelatex main.tex
    - latexmk -shell-escape -xelatex handout.tex
  artifacts:
    paths:
      - main.pdf
      - handout.pdf