ci: install ‘check’ - this enables fcft tests

This commit is contained in:
Daniel Eklöf 2020-09-16 19:27:20 +02:00
parent 0f7e9bc78a
commit 187b913050
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,7 @@ packages:
- ncurses
- python3
- py3-pip
- check
sources:
- https://codeberg.org/dnkl/foot

View file

@ -17,6 +17,7 @@ packages:
- pixman-dev
- libxkbcommon-dev
- ncurses
- check
sources:
- https://codeberg.org/dnkl/foot

View file

@ -12,6 +12,7 @@ packages:
- pixman
- libxkbcommon
- ncurses
- check
sources:
- https://codeberg.org/dnkl/foot

View file

@ -11,6 +11,7 @@ before_script:
- apk add libxkbcommon-dev pixman-dev freetype-dev fontconfig-dev harfbuzz-dev
- apk add wayland-dev wayland-protocols
- apk add git
- apk add check
- mkdir -p subprojects && cd subprojects
- git clone https://codeberg.org/dnkl/tllist.git
- git clone https://codeberg.org/dnkl/fcft.git