.gitlab-ci.yml 360 bytes
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