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-ci: add Debian Buster and Ubuntu Disco
Date: Wed, 24 Apr 2019 14:05:14 +0300	[thread overview]
Message-ID: <a7fa44261e7926465e8ea1c2c8405abb644a02c2.1556103579.git.alexander.turenko@tarantool.org> (raw)

Fixes #4174.
---

Please, push to all currently supported long-term branches: master, 2.1
and 1.10.

When cherry-picking it is important to replace 'if: branch = "master"'
with appropriate branch.

https://github.com/tarantool/tarantool/issues/4174
https://github.com/tarantool/tarantool/tree/Totktonada/add-new-distros

Tarantool builds for the new distros successfully:
https://travis-ci.org/tarantool/tarantool/builds/523710203

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

diff --git a/.travis.yml b/.travis.yml
index 7840b8942..e30540837 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,12 +72,18 @@ jobs:
       - name: Ubuntu Cosmic (18.10) build + deploy DEB
         env: OS=ubuntu DIST=cosmic
         if: branch = "master"
+      - name: Ubuntu Disco (19.04) build + deploy DEB
+        env: OS=ubuntu DIST=disco
+        if: branch = "master"
       - name: Debian Jessie (8) build + deploy DEB
         env: OS=debian DIST=jessie
         if: branch = "master"
       - name: Debian Stretch (9) build + deploy DEB
         env: OS=debian DIST=stretch
         if: branch = "master"
+      - name: Debian Buster (10) build + deploy DEB
+        env: OS=debian DIST=buster
+        if: branch = "master"
 
 script:
   - make -f .travis.mk ${TARGET}
-- 
2.21.0

             reply	other threads:[~2019-04-24 11:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-24 11:05 Alexander Turenko [this message]
2019-04-25 10:44 ` [tarantool-patches] " 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=a7fa44261e7926465e8ea1c2c8405abb644a02c2.1556103579.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-ci: add Debian Buster and Ubuntu Disco' \
    /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