add gitlab pipeline
This commit is contained in:
parent
295bc578de
commit
35cdb90529
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
build:
|
||||||
|
image: thallian/latex-builder
|
||||||
|
script:
|
||||||
|
- make
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- build/*
|
||||||
|
expire_in: 1 week
|
Loading…
Reference in New Issue
Block a user