An error occurred while loading the file. Please try again.
-
remi.clement@inrae.fr authored43df7157
stages:
- build
build_rapport_fr:
stage: build
script:
- latexmk -f -pdf -interaction=nonstopmode rapport_inrae_fr.tex > /dev/null 2>&1 || true
- du -hs rapport_inrae_fr.pdf
build_rapport_en:
stage: build
script:
- latexmk -f -pdf -interaction=nonstopmode rapport_inrae_en.tex > /dev/null 2>&1 || true
- du -hs rapport_inrae_en.pdf