Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH] travis-ci: add Debian Buster and Ubuntu Disco
@ 2019-04-24 11:05 Alexander Turenko
  2019-04-25 10:44 ` [tarantool-patches] " Kirill Yukhin
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Turenko @ 2019-04-24 11:05 UTC (permalink / raw)
  To: Kirill Yukhin; +Cc: Alexander Turenko, tarantool-patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-25 10:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24 11:05 [tarantool-patches] [PATCH] travis-ci: add Debian Buster and Ubuntu Disco Alexander Turenko
2019-04-25 10:44 ` [tarantool-patches] " Kirill Yukhin

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