Enable Travis build of D-Bus interface

By default the D-Bus interface is not enabled, so in order to get it to
build in Travis, it must be enabled explicitly. This installs the
packages needed and sets the configure flag.

Signed-off-by: Vernon Mauery <vernon.mauery@intel.com>
This commit is contained in:
Vernon Mauery 2019-04-15 08:07:36 -07:00 committed by Alexander Amelkin
parent b7b455a38c
commit 400622760f

View File

@ -1,10 +1,12 @@
os: linux
dist: xenial
language: C
sudo: enabled
before_install:
- sudo apt-get install -y libssl-dev
- sudo apt-get install -y libssl-dev libsystemd-dev
before_script:
- ./bootstrap
script:
- ./configure --enable-intf-dummy
- ./configure --enable-intf-dummy --enable-intf-dbus
- make
- sudo make install