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