From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Oleg Koshovetc <okoshovetc@tarantool.org>, Timur Safin <tsafin@tarantool.org>, Kirill Yukhin <kyukhin@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v1 0/3] Initiate commit testing on github-ci action Date: Fri, 11 Dec 2020 19:56:23 +0300 [thread overview] Message-ID: <cover.1607705412.git.avtikhon@tarantool.org> (raw) 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
next reply other threads:[~2020-12-11 16:56 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-11 16:56 Alexander V. Tikhonov [this message] 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
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=cover.1607705412.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=kyukhin@tarantool.org \ --cc=okoshovetc@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --cc=tsafin@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v1 0/3] Initiate commit testing on github-ci action' \ /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