add gitlab pipeline
This commit is contained in:
parent
295bc578de
commit
35cdb90529
1 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue