You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2019/11/21 10:51:11 UTC

[qpid-proton] branch master updated: NO-JIRA Perform Travis compilation in parallel (#206)

This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 22a8e50  NO-JIRA Perform Travis compilation in parallel (#206)
22a8e50 is described below

commit 22a8e50a03520491502988da899762d41d788568
Author: Jiří Daněk <jd...@redhat.com>
AuthorDate: Thu Nov 21 11:51:02 2019 +0100

    NO-JIRA Perform Travis compilation in parallel (#206)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 83cc98d..c6828a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -83,5 +83,5 @@ before_script:
 - cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install ${QPID_PROTON_CMAKE_ARGS}
 
 script:
-- cmake --build . --target install && ctest -V ${QPID_PROTON_CTEST_ARGS}
+- cmake --build . --target install -- -j$(nproc) && ctest -V ${QPID_PROTON_CTEST_ARGS}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org