Hendrik Langer
8 years ago
1 changed files with 3 additions and 3 deletions
@ -1,11 +1,11 @@ |
|||||
before_script: |
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 |
- pdflatex -version |
||||
- which pdflatex |
- which pdflatex |
||||
|
|
||||
build: |
build: |
||||
script: |
script: |
||||
- latexmk -pdf article.tex |
- latexmk -pdf |
||||
artifacts: |
artifacts: |
||||
paths: |
paths: |
||||
- article.pdf |
- "*.pdf" |
Loading…
Reference in new issue