#17 added CI config for dockerizing builds

This commit is contained in:
Dominik Becker 2018-08-19 15:36:49 +00:00
parent 772d3fd38c
commit 6c7c0f119c

View File

@ -3,6 +3,7 @@ stages:
- build
latexmk:
image: tianon/latex:latest
stage: build
tags:
- latex
@ -14,6 +15,7 @@ latexmk:
- latexmk main.tex
hunspell:
image: tmaier/hunspell:latest
stage: test
tags:
- hunspell