Loading .gitlab-ci.yml 0 → 100644 +23 −0 Original line number Original line Diff line number Diff line image: texlive/texlive stages: - build Typeset documentation: stage: build tags: - shared-fi before_script: - apt-get -qy update - apt-get -qy install ghostscript zip script: - make base - make install-base to="$HOME"/texmf nohash=true - make dist artifacts: paths: - fithesis.tds.zip - fithesis.ctan.zip - fithesis.zip - fithesis.pdf expire_in: 1 week Loading
.gitlab-ci.yml 0 → 100644 +23 −0 Original line number Original line Diff line number Diff line image: texlive/texlive stages: - build Typeset documentation: stage: build tags: - shared-fi before_script: - apt-get -qy update - apt-get -qy install ghostscript zip script: - make base - make install-base to="$HOME"/texmf nohash=true - make dist artifacts: paths: - fithesis.tds.zip - fithesis.ctan.zip - fithesis.zip - fithesis.pdf expire_in: 1 week