Commit 85e32420 authored by Thomas Winkler's avatar Thomas Winkler
Browse files

Compiling

parent d95d0ea8
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+9 −0
Original line number Diff line number Diff line
compile_pdf:
  image: aergus/latex
  script:
    - latexmk -shell-escape -xelatex main.tex
    - latexmk -shell-escape -xelatex handout.tex
  artifacts:
    paths:
      - main.pdf
      - handout.pdf
 No newline at end of file