Loading .gitlab-ci.yml 0 → 100644 +18 −0 Original line number Diff line number Diff line image: debian:unstable before_script: - apt update -qq - apt-get -y install texlive stages: - build build-distcheck: stage: build script: - make # The files which are to be made available in GitLab artifacts: paths: - *.pdf Loading
.gitlab-ci.yml 0 → 100644 +18 −0 Original line number Diff line number Diff line image: debian:unstable before_script: - apt update -qq - apt-get -y install texlive stages: - build build-distcheck: stage: build script: - make # The files which are to be made available in GitLab artifacts: paths: - *.pdf