From 0284b4a3cfbdfe656fde6b3f513c260a74633fd9 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Thu, 2 May 2024 12:21:30 +0200 Subject: [PATCH] CI: Fix debug information [why] The actual message changes with the newest font-patcher and furthermore the message is suppressed unless specifically run in debug mode. Signed-off-by: Fini Jastrow --- .github/workflows/ci.yaml | 2 +- do_generate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4e88d9..e696464 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -163,7 +163,7 @@ jobs: zip delugia-book.zip delugia-book/* - name: Check for preexisting glyphs run: | - grep 'Found existing' process*.log | grep -vE ' Powerline(Extra)?Symbols>' + grep 'Skipping...' process*.log | grep -vE ' Powerline(Extra)?Symbols>' - uses: actions/upload-artifact@v4 with: name: Delugia Powerline diff --git a/do_generate b/do_generate index 57162d4..7b77add 100755 --- a/do_generate +++ b/do_generate @@ -22,7 +22,7 @@ fi PWD=$( pwd ) rm -f C*.ttf -fontforge -script "${PWD}/font-patcher" --careful "${3}" --custom SomeExtraSymbols.sfd --no-progressbars "${PWD}/ttf/static/${4}" "${2}" --outputdir "${PWD}" | tee "process${1}.log" +fontforge -script "${PWD}/font-patcher" --debug 2 --careful "${3}" --custom SomeExtraSymbols.sfd --no-progressbars "${PWD}/ttf/static/${4}" "${2}" --outputdir "${PWD}" | tee "process${1}.log" if [ -z "${OURVERSION}" ]; then # Github CI sets this variable, but this can be useful for manual calls: