ci: need ncurses (for 'tic' - to generate terminfo)

This commit is contained in:
Daniel Eklöf 2019-08-17 12:47:18 +02:00
parent c4c2b93751
commit 579a6bf6f6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ variables:
before_script:
- echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
- apk update
- apk add musl-dev linux-headers meson ninja gcc scdoc
- apk add musl-dev linux-headers meson ninja gcc scdoc ncurses
- apk add libxkbcommon-dev pixman-dev freetype-dev fontconfig-dev
- apk add wayland-dev wayland-protocols

View file

@ -21,6 +21,7 @@ In addition to the dev variant of the packages above, you need:
* meson
* ninja
* wayland protocols
* ncurses
* scdoc