Skip to content
Snippets Groups Projects
.gitlab-ci.yml 271 B
---
variables:
  LATEX_IMAGE: andonome/texbind

build:
  image: $LATEX_IMAGE
  script:
    - make all
  rules:
    - if: $CI_COMMIT_BRANCH == "master"
    - if: $CI_COMMIT_BRANCH == "run"
  artifacts:
    paths:
      - docs.pdf
      - foldout.pdf
      - resources.pdf