Skip to content
Snippets Groups Projects
.gitlab-ci.yml 226 B
Newer Older
  • Learn to ignore specific revisions
  • compile_pdf:
      image: ctornau/latex
      script:
        - apt-get update -y
    
        - apt-get install -y inkscape make imagemagick
    
        - make all
    
      only:
        - master
        - run
      artifacts:
        paths:
          - docs.pdf
    
          - rules.pdf