[PATCH 1/1] travis: add fedora-31 & fedora-rawhide to the build images

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The CentOS7 distro is quite old and the Ubuntu 18.04 distro
is already a year & half old. Adding a Fedora 31 image gives
us coverage of the newest stable distro release, and
fedora-rawhide gives us the cutting edge.

Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>
---
 .travis.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 8b70c1c937..75f32e53b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,20 @@ matrix:
         - MAKE_ARGS="syntax-check distcheck"
       script:
         - make -C ci/ ci-build@$IMAGE CI_MAKE_ARGS="$MAKE_ARGS"
+    - services:
+        - docker
+      env:
+        - IMAGE="fedora-31"
+        - MAKE_ARGS="syntax-check distcheck"
+      script:
+        - make -C ci/ ci-build@$IMAGE CI_MAKE_ARGS="$MAKE_ARGS"
+    - services:
+        - docker
+      env:
+        - IMAGE="fedora-rawhide"
+        - MAKE_ARGS="syntax-check distcheck"
+      script:
+        - make -C ci/ ci-build@$IMAGE CI_MAKE_ARGS="$MAKE_ARGS"
     - services:
         - docker
       env:
-- 
2.21.0

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux