ipmitool/.travis.yml
Vernon Mauery 400622760f 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>
2019-04-15 18:41:47 +03:00

13 lines
240 B
YAML

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