ci: need the ‘dev’ version of ‘check’ on alpine

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

View file

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

View file

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

View file

@ -11,7 +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
- apk add check-dev
- mkdir -p subprojects && cd subprojects
- git clone https://codeberg.org/dnkl/tllist.git
- git clone https://codeberg.org/dnkl/fcft.git