Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

.gitlab-ci.yml

Blame
  • This GitLab CI configuration is valid. Learn more
    .gitlab-ci.yml 165 B
    image: texlive/texlive
    
    stages:
      - build
    
    build:
      stage: build
      artifacts:
        when: always
        paths:
          - thesis.pdf
          - thesis.log
      script:
        - make