add gitlab pipeline file
This commit is contained in:
parent
c2ee4a7e86
commit
def5efb133
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
image: thallian/calendar-builder:latest
|
||||||
|
|
||||||
|
build:
|
||||||
|
script:
|
||||||
|
- mkdir ./build
|
||||||
|
- su -c "lualatex --output-directory=./build ./calendar.tex" builder
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- build/calendar.pdf
|
Loading…
Add table
Add a link
Reference in a new issue