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