Skip to content
Snippets Groups Projects
.gitlab-ci.yml 192 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    variables:
      LATEX_IMAGE: andonome/texbind
    
    build:
      image: $LATEX_IMAGE
    
        - make all
    
      only:
        - master
        - run
      artifacts:
        paths:
          - docs.pdf
    
          - rules.pdf