ci: install more dependencies

This commit is contained in:
Daniel Eklöf 2019-01-20 13:10:03 +01:00
parent 2b3d432164
commit 8da8adc4c4

View file

@ -4,7 +4,8 @@ stages:
- build - build
before_script: before_script:
- apt-get update && apt-get -y install cmake - apt-get update
- apt-get -y install cmake xcb alsa-lib json-c libmpdclient
configure: configure:
stage: build stage: build