mirror of https://gitee.com/openkylin/libvirt.git
travis: Add CentOS 7 build
Now that we use pre-built Docker images, it's very easy to extend our test matrix; adding CentOS 7 is a good start. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
4016b46702
commit
a76555d4c7
|
@ -13,6 +13,12 @@ matrix:
|
||||||
- IMAGE="ubuntu-18"
|
- IMAGE="ubuntu-18"
|
||||||
- DISTCHECK_CONFIGURE_FLAGS="--with-init-script=systemd"
|
- DISTCHECK_CONFIGURE_FLAGS="--with-init-script=systemd"
|
||||||
- DOCKER_CMD="$LINUX_CMD"
|
- DOCKER_CMD="$LINUX_CMD"
|
||||||
|
- services:
|
||||||
|
- docker
|
||||||
|
env:
|
||||||
|
- IMAGE="centos-7"
|
||||||
|
- DISTCHECK_CONFIGURE_FLAGS="--with-init-script=upstart"
|
||||||
|
- DOCKER_CMD="$LINUX_CMD"
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
language: c
|
language: c
|
||||||
os: osx
|
os: osx
|
||||||
|
|
Loading…
Reference in New Issue