All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH lksctp-tools 1/2] travis: use parallel build
@ 2018-05-09  3:16 Marcelo Ricardo Leitner
  0 siblings, 0 replies; only message in thread
From: Marcelo Ricardo Leitner @ 2018-05-09  3:16 UTC (permalink / raw)
  To: linux-sctp

Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f76dd4249613db1a5bf59b451fd75541207409f1..c67a815612d6202601b6605cae680bb0e558bba0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
 language: c
 script:
-  - ./bootstrap && ./configure && make
+  - ./bootstrap
+    && ./configure
+    && make -j `/usr/bin/getconf _NPROCESSORS_ONLN`
   # ipv6 is not supported by Travis
   - make -C src/func_tests/ v4test
 compiler:
-- 
2.14.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-09  3:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-09  3:16 [PATCH lksctp-tools 1/2] travis: use parallel build Marcelo Ricardo Leitner

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.