Hendrik Langer
8 years ago
1 changed files with 3 additions and 3 deletions
@ -1,11 +1,11 @@ |
|||
before_script: |
|||
- apt-get update -qq && apt-get install -y -qq texlive |
|||
- apt-get update -qq && apt-get install -y -qq texlive latexmk |
|||
- pdflatex -version |
|||
- which pdflatex |
|||
|
|||
build: |
|||
script: |
|||
- latexmk -pdf article.tex |
|||
- latexmk -pdf |
|||
artifacts: |
|||
paths: |
|||
- article.pdf |
|||
- "*.pdf" |
Loading…
Reference in new issue