All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 1/1] travis: initial configuration
@ 2017-01-11 12:59 Petr Vorel
  2017-01-11 15:49 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2017-01-11 12:59 UTC (permalink / raw)
  To: ltp

Configuration: build with gcc only, install.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Actually I decided to use default mail notification settings (mail sent to
author and committer if they have push or admin permissions, see
https://docs.travis-ci.com/user/notifications#Default-notification-settings).

The reason is that otherwise we'd get email notifications to mailing list also
for forks (see https://github.com/travis-ci/travis-ci/issues/329
https://github.com/travis-ci/travis-ci/issues/1094).
---
 .travis.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..60d4aa3d6
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+sudo: required
+
+language: c
+
+notifications:
+    - email: true
+
+script: make autotools && ./configure --with-open-posix-testsuite --with-realtime-testsuite && make -j$(getconf _NPROCESSORS_ONLN) && make -j$(getconf _NPROCESSORS_ONLN) install
-- 
2.11.0


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

* [LTP] [PATCH v2 1/1] travis: initial configuration
  2017-01-11 12:59 [LTP] [PATCH v2 1/1] travis: initial configuration Petr Vorel
@ 2017-01-11 15:49 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2017-01-11 15:49 UTC (permalink / raw)
  To: ltp

Hi!
I did some tests with email notifications and figured out that anything
else than having the mailing list address hardcoded in the travis config
is pretty much useless since neither the commited nor the patch author
gets email unless they are registered in travis.

So I will commit the V1 patch that has the mailing list address in the
config to see if that is a workable solution. Hopefully that will not
spam the mailing list too much.

-- 
Cyril Hrubis
chrubis@suse.cz

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

end of thread, other threads:[~2017-01-11 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-11 12:59 [LTP] [PATCH v2 1/1] travis: initial configuration Petr Vorel
2017-01-11 15:49 ` Cyril Hrubis

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.