Skip to content

Commit

Permalink
don't build quasi proportional font in ccb branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Sep 21, 2021
1 parent af70c74 commit 1c05bea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/buildpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,6 @@ jobs:
printf '%s\n' "${RUNNER_TEMP}/dist/"
ls -lh "${RUNNER_TEMP}/dist/"
- name: copy ttf-iosevka-quasi-proportional-custom-git PKGBUILD into build ctnr
run: |
buildah copy --chown dev ctnr pkgs/ttf-iosevka-quasi-proportional-custom-git /home/dev/ttf-iosevka-quasi-proportional-custom-git
- name: build and siphon ttf-iosevka-quasi-proportional-custom-git from build ctnr
run: |
buildah config -u dev --workingdir /home/dev/ttf-iosevka-quasi-proportional-custom-git ctnr
buildah run ctnr makepkg --noconfirm -s
buildah run ctnr ls -lh
pkg="$(buildah run ctnr sh -c "printf '%s\n' *.pkg.*")"
mkdir -p "${RUNNER_TEMP}/dist"
buildah run ctnr cat "$pkg" >"${RUNNER_TEMP}/dist/${pkg}"
printf '%s\n' "${RUNNER_TEMP}/dist/"
ls -lh "${RUNNER_TEMP}/dist/"
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
- ttf-iosevka-term-custom-git
# - ttf-iosevka-fontconfig-mono-custom-git
# - ttf-iosevka-fixed-custom-git
- ttf-iosevka-quasi-proportional-custom-git
# - ttf-iosevka-quasi-proportional-custom-git
spacings:
- '' # some wide glyphs
- term # fewer wide glyphs
Expand Down

0 comments on commit 1c05bea

Please sign in to comment.