Update .gitlab-ci.yml
This commit is contained in:
@@ -1,18 +1,10 @@
|
||||
image: blang/latex
|
||||
|
||||
# stages:
|
||||
# - build
|
||||
# - documentation
|
||||
|
||||
build:
|
||||
script:
|
||||
# Build the actual *.cls file
|
||||
- pdflatex uhhassignment.ins
|
||||
artifacts:
|
||||
paths:
|
||||
- "uhhassignment.cls"
|
||||
|
||||
documentation:
|
||||
script:
|
||||
# Build the documentation files
|
||||
- pdflatex uhhassignment.dtx
|
||||
- makeindex -s gind.ist uhhassignment
|
||||
- makeindex -s gglo.ist -o uhhassignment.gls uhhassignment.glo
|
||||
@@ -20,5 +12,5 @@ documentation:
|
||||
- pdflatex uhhassignment.dtx
|
||||
artifacts:
|
||||
paths:
|
||||
- "uhhassignment.cls"
|
||||
- "uhhassignment.pdf"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user