All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] travis-ci: Trigger build with multiple commits in one push
@ 2017-01-09 23:34 Jagan Teki
  2017-01-09 23:39 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Jagan Teki @ 2017-01-09 23:34 UTC (permalink / raw)
  To: u-boot

Hi Tom or Any,

Any idea how to trigger travis-ci with multiple commit (build all of
them) at same push, say for example when I push 10 commits in one push
and if the middle commit is an error commit but travis-ci doesn't show
the build issue. Do I need to do any specific setting on travis-ci
linked repo for this, or any - any help?

Jagan.

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

* [U-Boot] travis-ci: Trigger build with multiple commits in one push
  2017-01-09 23:34 [U-Boot] travis-ci: Trigger build with multiple commits in one push Jagan Teki
@ 2017-01-09 23:39 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2017-01-09 23:39 UTC (permalink / raw)
  To: u-boot

On Tue, Jan 10, 2017 at 12:34:47AM +0100, Jagan Teki wrote:

> Hi Tom or Any,
> 
> Any idea how to trigger travis-ci with multiple commit (build all of
> them) at same push, say for example when I push 10 commits in one push
> and if the middle commit is an error commit but travis-ci doesn't show
> the build issue. Do I need to do any specific setting on travis-ci
> linked repo for this, or any - any help?

So you want travis-ci to take a range of 10 commits and build the tree
for each of them, yes?  The way I would do this is:
$ for REV in `git rev-list origin/master..`;do \
    git push github $REV:WIP-$REV;done

And this will make a branch for each commit and travis-ci will (in due
time) build each and every one of them.  It will also however take a
long time.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170109/d541fbcd/attachment.sig>

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

end of thread, other threads:[~2017-01-09 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-09 23:34 [U-Boot] travis-ci: Trigger build with multiple commits in one push Jagan Teki
2017-01-09 23:39 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.