calendar-generator/.gitlab-ci.yml

9 lines
170 B
YAML
Raw Normal View History

2016-08-08 11:59:34 +00:00
image: thallian/calendar-builder:latest
build:
script:
2016-08-08 12:36:07 +00:00
- su -c "lualatex --output-directory=. ./calendar.tex" builder
2016-08-08 11:59:34 +00:00
artifacts:
paths:
2016-08-08 12:36:07 +00:00
- calendar.pdf