Tarantool development patches archive
 help / color / mirror / Atom feed
From: Alexander Turenko <alexander.turenko@tarantool.org>
To: Kirill Yukhin <kyukhin@tarantool.org>
Cc: Alexander Turenko <alexander.turenko@tarantool.org>,
	tarantool-patches@freelists.org
Subject: [tarantool-patches] [PATCH] travis: add Fedora 28 and 29
Date: Tue, 19 Mar 2019 04:01:48 +0300	[thread overview]
Message-ID: <a1bc992df0f6157e5fb0f6f8acbc63d781ee5de7.1552952458.git.alexander.turenko@tarantool.org> (raw)

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

             reply	other threads:[~2019-03-19  1:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-19  1:01 Alexander Turenko [this message]
2019-03-19 11:44 ` [tarantool-patches] " Kirill Yukhin
2019-03-19 12:49   ` Alexander Turenko
2019-03-19 13:41     ` Kirill Yukhin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a1bc992df0f6157e5fb0f6f8acbc63d781ee5de7.1552952458.git.alexander.turenko@tarantool.org \
    --to=alexander.turenko@tarantool.org \
    --cc=kyukhin@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='Re: [tarantool-patches] [PATCH] travis: add Fedora 28 and 29' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox