public inbox for ltp@lists.linux.it
 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox