mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
ci: install fonts, needed for fcft tests
This commit is contained in:
parent
bcbf9872ec
commit
0f0fec093e
4 changed files with 7 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ packages:
|
|||
- python3
|
||||
- py3-pip
|
||||
- check-dev
|
||||
- ttf-hack
|
||||
- font-noto-emoji
|
||||
|
||||
sources:
|
||||
- https://codeberg.org/dnkl/foot
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ packages:
|
|||
- libxkbcommon-dev
|
||||
- ncurses
|
||||
- check-dev
|
||||
- ttf-hack
|
||||
- font-noto-emoji
|
||||
|
||||
sources:
|
||||
- https://codeberg.org/dnkl/foot
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ packages:
|
|||
- libxkbcommon
|
||||
- ncurses
|
||||
- check
|
||||
- ttf-hack
|
||||
- font-noto-emoji
|
||||
|
||||
sources:
|
||||
- https://codeberg.org/dnkl/foot
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ before_script:
|
|||
- apk add wayland-dev wayland-protocols
|
||||
- apk add git
|
||||
- apk add check-dev
|
||||
- apk add ttf-hack font-noto-emoji
|
||||
- mkdir -p subprojects && cd subprojects
|
||||
- git clone https://codeberg.org/dnkl/tllist.git
|
||||
- git clone https://codeberg.org/dnkl/fcft.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue