From: larsxschneider@gmail.com
To: git@vger.kernel.org
Cc: gitster@pobox.com, Lars Schneider <larsxschneider@gmail.com>
Subject: [PATCH v1 0/2] travis-ci: dedicated scripts + skip duplicated builds
Date: Sun, 10 Sep 2017 16:44:27 +0200 [thread overview]
Message-ID: <20170910144429.47346-1-larsxschneider@gmail.com> (raw)
From: Lars Schneider <larsxschneider@gmail.com>
Hi,
the patches were previously discussed here:
https://public-inbox.org/git/xmqqinifrrzh.fsf@gitster.mtv.corp.google.com/#t
Over there Junio posted the original patch to skip a build on Travis
CI. The patch became 2/2 in this series.
Cheers,
Lars
Base Ref: master
Web-Diff: https://github.com/larsxschneider/git/commit/65ab003ec9
Checkout: git fetch https://github.com/larsxschneider/git travisci/move-into-ci-v1 && git checkout 65ab003ec9
Lars Schneider (2):
travis-ci: move Travis CI code into dedicated scripts
travis-ci: skip a branch build if equal tag is present
.travis.yml | 88 +++++-----------------------------------------
ci/install-dependencies.sh | 43 ++++++++++++++++++++++
ci/lib-travisci.sh | 28 +++++++++++++++
ci/print-test-failures.sh | 18 ++++++++++
ci/run-build.sh | 8 +++++
ci/run-linux32-docker.sh | 23 ++++++++++++
ci/run-static-analysis.sh | 8 +++++
ci/run-tests.sh | 10 ++++++
ci/run-windows-build.sh | 2 ++
ci/test-documentation.sh | 4 ++-
10 files changed, 151 insertions(+), 81 deletions(-)
create mode 100755 ci/install-dependencies.sh
create mode 100755 ci/lib-travisci.sh
create mode 100755 ci/print-test-failures.sh
create mode 100755 ci/run-build.sh
create mode 100755 ci/run-linux32-docker.sh
create mode 100755 ci/run-static-analysis.sh
create mode 100755 ci/run-tests.sh
base-commit: 3ec7d702a89c647ddf42a59bc3539361367de9d5
--
2.14.1
next reply other threads:[~2017-09-10 14:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-10 14:44 larsxschneider [this message]
2017-09-10 14:44 ` [PATCH v1 1/2] travis-ci: move Travis CI code into dedicated scripts larsxschneider
2017-09-11 1:17 ` Junio C Hamano
2017-09-10 14:44 ` [PATCH v1 2/2] travis-ci: skip a branch build if equal tag is present larsxschneider
2017-09-11 14:52 ` SZEDER Gábor
2017-09-12 11:45 ` Lars Schneider
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=20170910144429.47346-1-larsxschneider@gmail.com \
--to=larsxschneider@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).