lastenheft/.gitlab-ci.yml

14 lines
172 B
YAML
Raw Permalink Normal View History

2020-03-22 13:34:34 +00:00
image: raabf/latex-versions:texlive2019
2020-03-22 12:36:59 +00:00
pages:
tags:
- docker
script:
2020-03-22 13:39:59 +00:00
- chmod +x build.sh
- ./build.sh
2020-03-22 12:36:59 +00:00
artifacts:
paths:
- public
only:
- master