Add .gitlab-ci.yml

This commit is contained in:
TheJoKlLa 2020-03-22 12:36:59 +00:00
parent 4a9bda0a34
commit 5610273b54

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
image: schickling/latex
pages:
tags:
- docker
script:
- chmod +x build.sh
- ./build.sh
artifacts:
paths:
- public
only:
- master