-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/509-remove-cpputests
# Conflicts: # .github/workflows/coverity-scan.yml # .github/workflows/macos.yml # .github/workflows/ubuntu.yml # bundles/pubsub/examples/pubsub/pubsub_websocket/private/include/pubsub_websocket_private.h # bundles/pubsub/examples/pubsub/pubsub_websocket/private/src/ps_websocket_activator.c # bundles/pubsub/examples/pubsub/pubsub_websocket/private/src/pubsub_websocket_example.c # bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_handler.c # bundles/pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c # bundles/pubsub/pubsub_admin_zmq/src/pubsub_zmq_topic_receiver.c # bundles/pubsub/pubsub_discovery/src/pubsub_discovery_impl.c # bundles/pubsub/pubsub_utils/src/pubsub_utils.c
- Loading branch information
Showing
240 changed files
with
2,303 additions
and
28,870 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
-o celix/*:framework_curlinit=False | ||
-o celix/*:enable_ccache=True | ||
run: | | ||
conan build . -c tools.cmake.cmaketoolchain:generator=Ninja -pr:b default -pr:h default -s:b build_type=Release -s:h build_type=Release -of build ${CONAN_BUILD_OPTIONS} -b missing | ||
conan build . -c tools.cmake.cmaketoolchain:generator=Ninja -pr:b default -pr:h default -s:b build_type=Release -s:h build_type=Release -of build ${CONAN_BUILD_OPTIONS} -b missing -b cpputest | ||
- name: Test | ||
run: | | ||
cd build | ||
|
@@ -75,7 +75,7 @@ jobs: | |
uses: actions/[email protected] | ||
- name: Install dependencies | ||
run: | | ||
brew install lcov zeromq czmq jansson rapidjson libzip ccache | ||
brew install lcov cpputest jansson rapidjson libzip ccache ninja | ||
- name: Prepare ccache timestamp | ||
id: ccache_cache_timestamp | ||
run: | | ||
|
@@ -95,11 +95,12 @@ jobs: | |
-DENABLE_TESTING_ON_CI=ON | ||
-DCMAKE_BUILD_TYPE=Release | ||
-DENABLE_CCACHE=ON | ||
-G Ninja | ||
run: | | ||
mkdir build install | ||
cd build | ||
cmake ${BUILD_OPTIONS} -DCMAKE_INSTALL_PREFIX=../install .. | ||
make -j && make install | ||
ninja && ninja install | ||
- name: Test | ||
run: | | ||
cd $GITHUB_WORKSPACE/build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# C++ Remote Service Amdatu Integration | ||
|
||
This project part tests the integration of the C++ Remote Service Admin implementation with the | ||
C++ configuration-based remote service discovery. | ||
|
||
Because the C++ Remote Service Admin is based on export and import service factories and does not directly | ||
implement a transportation or serializer technology, the integration tests are based on a simple implementation of | ||
inter process communication message queue (IPC mq) for transportation and a simple memcpy for serialization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
bundles/cxx_remote_services/integration/resources/Calculator$add$Invoke.descriptor
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
bundles/cxx_remote_services/integration/resources/Calculator$add$Return.descriptor
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
bundles/cxx_remote_services/integration/resources/Calculator$result$Event.descriptor
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.