Repository: celix Updated Branches: refs/heads/pubsub_serializer_refactoring 683701a12 -> a89ca588a
Disabled pubsub build for MacOSX Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/a89ca588 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/a89ca588 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/a89ca588 Branch: refs/heads/pubsub_serializer_refactoring Commit: a89ca588a9399da2fb66936ae333b4f4a18faecd Parents: 683701a Author: gricciardi <[email protected]> Authored: Fri Sep 29 15:16:28 2017 +0200 Committer: gricciardi <[email protected]> Committed: Fri Sep 29 15:16:28 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/a89ca588/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index fba0352..279e548 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,8 +72,6 @@ before_script: -DBUILD_DEPENDENCY_MANAGER=ON \ -DBUILD_EXAMPLES=ON -DBUILD_LOG_SERVICE=ON \ -DBUILD_LOG_WRITER=ON \ - -DBUILD_PUBSUB=ON \ - -DBUILD_PUBSUB_PSA_ZMQ=ON \ -DBUILD_REMOTE_SERVICE_ADMIN=ON \ -DBUILD_RSA_DISCOVERY_CONFIGURED=ON \ -DBUILD_RSA_DISCOVERY_ETCD=ON \ @@ -85,9 +83,13 @@ before_script: -DBUILD_DEVICE_ACCESS_EXAMPLE=ON " - export BUILD_OPTIONS_LINUX=" \ -DBUILD_RSA_REMOTE_SERVICE_ADMIN_SHM=ON \ + -DBUILD_PUBSUB=ON \ + -DBUILD_PUBSUB_PSA_ZMQ=ON \ -DBUILD_RSA_DISCOVERY_SHM=ON " - export BUILD_OPTIONS_OSX=" \ -DBUILD_RSA_REMOTE_SERVICE_ADMIN_SHM=OFF \ + -DBUILD_PUBSUB=OFF \ + -DBUILD_PUBSUB_PSA_ZMQ=OFF \ -DBUILD_RSA_DISCOVERY_SHM=OFF " - export BUILD_OPTIONS_SANITIZE=" -DENABLE_ADDRESS_SANITIZER=ON"
