Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1 0/3] Initiate commit testing on github-ci action
@ 2020-12-11 16:56 Alexander V. Tikhonov
  2020-12-11 16:56 ` [Tarantool-patches] [PATCH v1 1/3] " Alexander V. Tikhonov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexander V. Tikhonov @ 2020-12-11 16:56 UTC (permalink / raw)
  To: Oleg Koshovetc, Timur Safin, Kirill Yukhin; +Cc: tarantool-patches

Implemented github-ci action workflow on commits. Added group of CI
jobs:

  1) on Debian 9 ("Stretch") base builds:
     - release
     - debug (with coverage to coverals.io repository)
     - release_clang
     - release_lto
    
  2) on Debian 10 ("Buster") with clang 11 builds:
     - release_lto_clang11
     - release_asan_clang11

  3) on OSX 10.15 release build:
     - osx_10_15

  4) on OSX 11.0 release build:
     - osx_11_0
    
Moved coverage saving to coveralls.io repository from travis-ci to
github-ci. Completely removed travis-ci from commit criteria.
    
Part of #5294

Alexander V. Tikhonov (3):
  Initiate commit testing on github-ci action
  Implement OSX commit testing on github-ci action
  Switch coverage saving from travis-ci to github-ci

---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/github-ci
Issue: https://github.com/tarantool/tarantool/issues/5294

 .github/workflows/ci.yml | 148 +++++++++++++++++++++++++++++++++++++++
 .travis.mk               |  20 ++++--
 .travis.yml              |  40 -----------
 3 files changed, 164 insertions(+), 44 deletions(-)
 create mode 100644 .github/workflows/ci.yml
 delete mode 100644 .travis.yml

-- 
2.25.1

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

end of thread, other threads:[~2020-12-11 16:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11 16:56 [Tarantool-patches] [PATCH v1 0/3] Initiate commit testing on github-ci action Alexander V. Tikhonov
2020-12-11 16:56 ` [Tarantool-patches] [PATCH v1 1/3] " Alexander V. Tikhonov
2020-12-11 16:56 ` [Tarantool-patches] [PATCH v1 2/3] Implement OSX " Alexander V. Tikhonov
2020-12-11 16:56 ` [Tarantool-patches] [PATCH v1 3/3] Switch coverage saving from travis-ci to github-ci Alexander V. Tikhonov

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