Skip to content

Commit d0a2796

Browse files
committed
Add CI test for specimen difference
1 parent c0176fd commit d0a2796

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ build:
2121
paths:
2222
- "*.pdf"
2323
- "*.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $(PACKAGE).zip: $(PACKAGE).tds.zip
2525
create-ctan-zip $< $(PACKAGE)
2626

2727
$(PACKAGE).pdf: docs
28-
cp doc/latex/$(PACKAGE)/$(PACKAGE).pdf $(PACKAGE).pdf
28+
cp doc/latex/$(PACKAGE)/*.pdf ./
2929

3030
$(PACKAGE).files: fonts docs
3131
find tex/ -type f > $@

0 commit comments

Comments
 (0)