Update Build System

This commit is contained in:
Kim Wittenburg
2018-10-16 19:34:54 +02:00
parent 9043713491
commit bb4ab9d9e4
2 changed files with 16 additions and 15 deletions

View File

@@ -1,16 +1,12 @@
image: blang/latex
image: blang/latex:ctanfull
stages:
- build
uhhassignment:
stage: 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
- make all
artifacts:
paths:
- "uhhassignment.cls"