ci: install fonts, needed for fcft tests

This commit is contained in:
Daniel Eklöf 2020-09-16 19:38:50 +02:00
parent bcbf9872ec
commit 0f0fec093e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 7 additions and 0 deletions

View file

@ -19,6 +19,8 @@ packages:
- python3 - python3
- py3-pip - py3-pip
- check-dev - check-dev
- ttf-hack
- font-noto-emoji
sources: sources:
- https://codeberg.org/dnkl/foot - https://codeberg.org/dnkl/foot

View file

@ -18,6 +18,8 @@ packages:
- libxkbcommon-dev - libxkbcommon-dev
- ncurses - ncurses
- check-dev - check-dev
- ttf-hack
- font-noto-emoji
sources: sources:
- https://codeberg.org/dnkl/foot - https://codeberg.org/dnkl/foot

View file

@ -13,6 +13,8 @@ packages:
- libxkbcommon - libxkbcommon
- ncurses - ncurses
- check - check
- ttf-hack
- font-noto-emoji
sources: sources:
- https://codeberg.org/dnkl/foot - https://codeberg.org/dnkl/foot

View file

@ -12,6 +12,7 @@ before_script:
- apk add wayland-dev wayland-protocols - apk add wayland-dev wayland-protocols
- apk add git - apk add git
- apk add check-dev - apk add check-dev
- apk add ttf-hack font-noto-emoji
- mkdir -p subprojects && cd subprojects - mkdir -p subprojects && cd subprojects
- git clone https://codeberg.org/dnkl/tllist.git - git clone https://codeberg.org/dnkl/tllist.git
- git clone https://codeberg.org/dnkl/fcft.git - git clone https://codeberg.org/dnkl/fcft.git