]> xenbits.xensource.com Git - libvirt.git/commit
Add travis build configuration
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 7 Apr 2017 14:15:25 +0000 (15:15 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 19 Apr 2017 09:51:51 +0000 (10:51 +0100)
commit84490f20b05477766b4485a51a077da2438a7aae
treef8a20a365ef74e4c82aa9af990f75b456ddb150e
parentf7d7825d06214c25baaf07cf1646ad1fd959f677
Add travis build configuration

This travis configuration tests libvirt builds on 5 platforms that we don't
exercise in the CentOS CI system.

  - Ubuntu Trusty with GCC
  - Ubuntu Trusty with CLang
  - Ubuntu Precise with GCC
  - Ubuntu Precise with CLang
  - OS-X with CLang

NB, syntax-check fails on OS-X with errors like:

   /bin/sh: /usr/bin/grep: Argument list too long

Presumably their grep impl isn't as good as the GNU one, so this test
config skips syntax-check on OS-X for now.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
.travis.yml [new file with mode: 0644]