We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0176fd commit d0a2796Copy full SHA for d0a2796
.gitlab-ci.yml
@@ -21,3 +21,10 @@ build:
21
paths:
22
- "*.pdf"
23
- "*.zip"
24
+
25
+test:
26
+ stage: test
27
+ needs: [build]
28
+ image: $CI_REGISTRY/slxh/latex/tools
29
+ script:
30
+ - pdf-diff *-specimen.pdf
Makefile
@@ -25,7 +25,7 @@ $(PACKAGE).zip: $(PACKAGE).tds.zip
create-ctan-zip $< $(PACKAGE)
$(PACKAGE).pdf: docs
- cp doc/latex/$(PACKAGE)/$(PACKAGE).pdf $(PACKAGE).pdf
+ cp doc/latex/$(PACKAGE)/*.pdf ./
$(PACKAGE).files: fonts docs
31
find tex/ -type f > $@
0 commit comments