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

From: Petr Vorel <pvorel@suse.cz>

Configuration: build with gcc only, install, email to mailing list in
case of error or change (previously broken build was just fixed).

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 .travis.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..16c0cd477
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+sudo: required
+
+language: c
+
+notifications:
+    email:
+        - ltp@lists.linux.it
+
+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 1/1] travis: initial configuration
  2017-01-11 12:42 [LTP] [PATCH 1/1] travis: initial configuration Petr Vorel
@ 2017-01-11 12:58 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2017-01-11 12:58 UTC (permalink / raw)
  To: ltp

Hi!
> Configuration: build with gcc only, install, email to mailing list in
> case of error or change (previously broken build was just fixed).

I guess that this can go in immediately since there is no chance that
this will break anything.

FYI for everyone, I've just added a ltp-travis account to LTP GitHub
project (giving travis access to my account or any personal account
seemed too scary to me, especially since there does not seem to be any
access controll available).

-- 
Cyril Hrubis
chrubis@suse.cz

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

end of thread, other threads:[~2017-01-11 12:58 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:42 [LTP] [PATCH 1/1] travis: initial configuration Petr Vorel
2017-01-11 12:58 ` 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.