[tarantool-patches] [PATCH] travis: add Fedora 28 and 29

Alexander Turenko alexander.turenko at tarantool.org
Tue Mar 19 04:01:48 MSK 2019


Fixes #4027.
---

issue: https://github.com/tarantool/tarantool/issues/4027
branch: https://github.com/tarantool/tarantool/tree/Totktonada/gh-4027-add-fedora-28-29

It successfully built on Fedora 28 and Fedora 29 and passed restricted
set of tests (see rpm/tarantool.spec lines 146-156) in CI, see the link
below.

https://travis-ci.org/tarantool/tarantool/builds/508099585

I also run full test suite on Fedora 29 and it succeeds.

 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 8a118a7f2..d1ff5a84a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,6 +54,12 @@ jobs:
       - name: CentOS 7 build + test + deploy RPM
         env: OS=el DIST=7
         if: branch = "2.1"
+      - name: Fedora 28 build + test + deploy RPM
+        env: OS=fedora DIST=28
+        if: branch = "2.1"
+      - name: Fedora 29 build + test + deploy RPM
+        env: OS=fedora DIST=29
+        if: branch = "2.1"
       - name: Ubuntu Trusty (14.04) build + deploy DEB
         env: OS=ubuntu DIST=trusty
         if: branch = "2.1"
-- 
2.20.1





More information about the Tarantool-patches mailing list