Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
noirblancrouge committed Sep 13, 2023
1 parent 9dde7c2 commit 9ae6e23
Show file tree
Hide file tree
Showing 28 changed files with 5 additions and 18,409 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
venv
.DS_Store
.ninja_log
build.ninja
build.stamp
3 changes: 0 additions & 3 deletions .ninja_log

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ venv/touchfile: requirements.txt
touch venv/touchfile

test: venv build.stamp
. venv/bin/activate; mkdir -p out/ out/fontbakery; fontbakery check-googlefonts -l WARN --full-lists --succinct --badges out/badges --html out/fontbakery/fontbakery-report.html --ghmarkdown out/fontbakery/fontbakery-report.md $(shell find fonts/ttf -type f) || echo '::warning file=sources/config.yaml,title=Fontbakery failures::The fontbakery QA check reported errors in your font. Please check the generated report.'
. venv/bin/activate; mkdir -p docs/ docs/fontbakery; fontbakery check-googlefonts -l WARN --full-lists --succinct --badges docs/badges --html docs/fontbakery/fontbakery-report.html --ghmarkdown docs/fontbakery/fontbakery-report.md $(shell find fonts/ttf -type f) || echo '::warning file=sources/config.yaml,title=Fontbakery failures::The fontbakery QA check reported errors in your font. Please check the generated report.'

proof: venv build.stamp
. venv/bin/activate; mkdir -p out/ out/proof; diffenator2 proof $(shell find fonts/ttf -type f) -o out/proof
. venv/bin/activate; mkdir -p docs/ docs/proof; diffenator2 proof $(shell find fonts/ttf -type f) -o docs/proof

images: venv build.stamp $(DRAWBOT_OUTPUT)
git add documentation/*.png && git commit -m "Rebuild images" documentation/*.png
Expand Down
20 changes: 0 additions & 20 deletions build.ninja

This file was deleted.

Empty file removed build.stamp
Empty file.
7 changes: 0 additions & 7 deletions out/badges/GoogleFonts.json

This file was deleted.

7 changes: 0 additions & 7 deletions out/badges/OutlineCorrectnessChecks.json

This file was deleted.

7 changes: 0 additions & 7 deletions out/badges/ShapingChecks.json

This file was deleted.

7 changes: 0 additions & 7 deletions out/badges/Universal.json

This file was deleted.

7 changes: 0 additions & 7 deletions out/badges/overall.json

This file was deleted.

Loading

0 comments on commit 9ae6e23

Please sign in to comment.