Update Build System
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user