test: install missing dependencies for CIs

This commit is contained in:
Frantisek Sumsal 2019-07-08 21:28:10 +02:00
parent cc469c3dfc
commit 03bf413309
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ REPO_ROOT=${REPO_ROOT:-$(pwd)}
sudo bash -c "echo 'deb-src http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse' >>/etc/apt/sources.list"
sudo apt-get update -y
sudo apt-get build-dep systemd -y
sudo apt-get install -y ninja-build python3-pip python3-setuptools
sudo apt-get install -y ninja-build python3-pip python3-setuptools quota
pip3 install meson
cd $REPO_ROOT

View File

@ -32,6 +32,7 @@ PACKAGES=(cryptsetup-bin
python3-pyparsing
python3-setuptools
qemu-system-x86
quota
strace
unifont
util-linux)