add gitlab pipeline

This commit is contained in:
Sebastian Hugentobler 2019-09-27 18:32:17 +02:00
parent 295bc578de
commit 35cdb90529
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

8
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,8 @@
build:
image: thallian/latex-builder
script:
- make
artifacts:
paths:
- build/*
expire_in: 1 week