Commit cf42a79c authored by Dorchies David's avatar Dorchies David
Browse files

ci: add test compilation on presentation_inrae

Refs #3
parent 9849d227
1 merge request!3Resolve "Inrae-ification beamer"
Pipeline #17444 failed with stage
in 12 seconds
Showing with 6 additions and 0 deletions
+6 -0
......@@ -12,3 +12,9 @@ build_rapport_en:
script:
- latexmk -f -pdf -interaction=nonstopmode rapport_inrae_en.tex > /dev/null 2>&1 || true
- du -hs rapport_inrae_en.pdf
build_rapport_en:
stage: build
script:
- pdflatex presentation_inrae.tex > /dev/null 2>&1 || true
- du -hs presentation_inrae.pdf
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment