.gitlab-ci.yml 360 Bytes
Newer Older
stages:
  - build

build_rapport_fr:
  stage: build
  script:
Mathias Chouet's avatar
Mathias Chouet committed
    - 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:
Mathias Chouet's avatar
Mathias Chouet committed
    - latexmk -f -pdf -interaction=nonstopmode rapport_inrae_en.tex > /dev/null 2>&1 || true
    - du -hs rapport_inrae_en.pdf