You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by dn...@apache.org on 2015/06/18 12:47:44 UTC

[1/2] qpid-proton git commit: NO-JIRA: add ruby-dev and python-dev to travis

Repository: qpid-proton
Updated Branches:
  refs/heads/master 3aab9a07b -> 175a15a87


NO-JIRA: add ruby-dev and python-dev to travis


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/83f424f5
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/83f424f5
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/83f424f5

Branch: refs/heads/master
Commit: 83f424f5dc7789cc8dce7e7a96dde63dd415b478
Parents: 3aab9a0
Author: Dominic Evans <do...@uk.ibm.com>
Authored: Wed Jun 17 16:03:43 2015 +0100
Committer: Dominic Evans <do...@uk.ibm.com>
Committed: Thu Jun 18 10:52:04 2015 +0100

----------------------------------------------------------------------
 .travis.yml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/83f424f5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7493ca2..6d1a73e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,12 @@
+---
 language: c
 install:
-  - sudo apt-get update -qq
-  - sudo apt-get install -y -qq bash cmake libssl-dev maven ruby python php5 openjdk-7-jdk swig uuid-dev valgrind libsasl2-dev sasl2-bin
+- sudo apt-get update -qq
+- sudo apt-get install -y -qq bash cmake libssl-dev maven ruby ruby-dev
+    python python-dev php5 openjdk-7-jdk swig uuid-dev valgrind libsasl2-dev
+    sasl2-bin
+- gem install rspec simplecov
 script:
-  - bin/jenkins-proton-c-build.sh
+- bin/jenkins-proton-c-build.sh
+os:
+- linux


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


[2/2] qpid-proton git commit: PROTON-799: Update CMake INSTALL for 81a5449

Posted by dn...@apache.org.
PROTON-799: Update CMake INSTALL for 81a5449


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/175a15a8
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/175a15a8
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/175a15a8

Branch: refs/heads/master
Commit: 175a15a8773a3c04ca3e84673ce4e35f612e8639
Parents: 83f424f
Author: Dominic Evans <do...@uk.ibm.com>
Authored: Thu Jun 18 11:04:32 2015 +0100
Committer: Dominic Evans <do...@uk.ibm.com>
Committed: Thu Jun 18 11:04:32 2015 +0100

----------------------------------------------------------------------
 proton-c/bindings/ruby/CMakeLists.txt | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/175a15a8/proton-c/bindings/ruby/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/CMakeLists.txt b/proton-c/bindings/ruby/CMakeLists.txt
index e42db32..c6b07d3 100644
--- a/proton-c/bindings/ruby/CMakeLists.txt
+++ b/proton-c/bindings/ruby/CMakeLists.txt
@@ -68,6 +68,22 @@ install(TARGETS cproton-ruby
 install(FILES lib/qpid_proton.rb
         DESTINATION ${RUBY_ARCHLIB_DIR}
         COMPONENT Ruby)
-install(DIRECTORY lib/qpid_proton
+install(DIRECTORY lib/codec
         DESTINATION ${RUBY_ARCHLIB_DIR}
         COMPONENT Ruby)
+install(DIRECTORY lib/core
+        DESTINATION ${RUBY_ARCHLIB_DIR}
+        COMPONENT Ruby)
+install(DIRECTORY lib/event
+        DESTINATION ${RUBY_ARCHLIB_DIR}
+        COMPONENT Ruby)
+install(DIRECTORY lib/messenger
+        DESTINATION ${RUBY_ARCHLIB_DIR}
+        COMPONENT Ruby)
+install(DIRECTORY lib/types
+        DESTINATION ${RUBY_ARCHLIB_DIR}
+        COMPONENT Ruby)
+install(DIRECTORY lib/util
+        DESTINATION ${RUBY_ARCHLIB_DIR}
+        COMPONENT Ruby)
+


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