Add .gitlab-ci.yml
This commit is contained in:
23
.gitlab-ci.yml
Normal file
23
.gitlab-ci.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
image: blang/latex
|
||||||
|
|
||||||
|
# stages:
|
||||||
|
# - build
|
||||||
|
# - documentation
|
||||||
|
|
||||||
|
build:
|
||||||
|
script:
|
||||||
|
- pdflatex uhhassignment.ins
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- "uhhassignment.cls"
|
||||||
|
|
||||||
|
documentation:
|
||||||
|
script:
|
||||||
|
- pdflatex uhhassignment.dtx
|
||||||
|
- makeindex -s gind.ist uhhassignment
|
||||||
|
- makeindex -s gglo.ist -o uhhassignment.gls uhhassignment.glo
|
||||||
|
- pdflatex uhhassignment.dtx
|
||||||
|
- pdflatex uhhassignment.dtx
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- "uhhassignment.pdf"
|
||||||
Reference in New Issue
Block a user