17 lines
428 B
YAML
17 lines
428 B
YAML
image: blang/latex
|
|
|
|
build:
|
|
script:
|
|
# Build the actual *.cls file
|
|
- pdflatex uhhassignment.ins
|
|
# Build the documentation files
|
|
- 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.cls"
|
|
- "uhhassignment.pdf"
|