#17 added CI config for dockerizing builds
This commit is contained in:
parent
772d3fd38c
commit
6c7c0f119c
|
@ -3,6 +3,7 @@ stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
latexmk:
|
latexmk:
|
||||||
|
image: tianon/latex:latest
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- latex
|
- latex
|
||||||
|
@ -14,6 +15,7 @@ latexmk:
|
||||||
- latexmk main.tex
|
- latexmk main.tex
|
||||||
|
|
||||||
hunspell:
|
hunspell:
|
||||||
|
image: tmaier/hunspell:latest
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- hunspell
|
- hunspell
|
||||||
|
|
Loading…
Reference in New Issue
Block a user