Install dependencies needed for build

This commit is contained in:
Marc Di Luzio 2019-01-28 16:53:42 +00:00
parent b2de93bd14
commit 57cf99ba85

View File

@ -1,12 +1,21 @@
dist: xenial
language: c
compiler: gcc
sudo: false
dist: xenial
addons:
apt:
packages:
- clang-format
- python3-pip
- python3-setuptools
- libsystemd-dev
- ninja-build
before_script:
- pip3 install wheel
- pip3 install meson
- meson --version
script:
- ./scripts/format-check.sh