You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/11/21 13:03:48 UTC

[2/2] qpid-cpp git commit: QPID-8043: some tweaks made to the Travis config during debug, gets the ssl tests running

QPID-8043: some tweaks made to the Travis config during debug, gets the ssl tests running


Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/6370e1b2
Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/6370e1b2
Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/6370e1b2

Branch: refs/heads/master
Commit: 6370e1b232b9f62ce26505ebfaee7753f6e30d29
Parents: b6371ea
Author: Robbie Gemmell <ro...@apache.org>
Authored: Tue Nov 21 13:01:16 2017 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Tue Nov 21 13:01:16 2017 +0000

----------------------------------------------------------------------
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/6370e1b2/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index bf3732a..4633621 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ addons:
     - libboost-test-dev
     - uuid-dev
     - libnss3-dev
+    - libnss3-tools
     - libsasl2-dev
     - sasl2-bin
     - swig
@@ -32,5 +33,5 @@ before_script:
 - cd Build
 - cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
 script:
-- cmake --build . --target install && ctest -V
+- make -j3 && make install && ctest -V
 


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