diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..82b7292 --- /dev/null +++ b/.gitlab-ci.yml @@ -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"