Skip to content

Commit

Permalink
iox-eclipse-iceoryx#736 Enable DDS in experimental build on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed Jul 27, 2021
1 parent ea50b0b commit 5fb6737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/experimental_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
echo $(clang --version)
sudo $GITHUB_WORKSPACE/tools/add_test_users.sh
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-test examples out-of-tree build-shared test-add-user
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-all out-of-tree build-shared test-add-user
- name: Run all tests
continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions cmake/cyclonedds/cyclonedds-cxx.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ project(cyclonedds-cxx-download NONE)

include(ExternalProject)
ExternalProject_Add(ext_cyclonedds_cxx
GIT_REPOSITORY https://github.com/ApexAI/cyclonedds-cxx.git
GIT_TAG fix-sample-ref
GIT_REPOSITORY https://github.com/eclipse-cyclonedds/cyclonedds-cxx.git
GIT_TAG idlcxx
SOURCE_DIR "${CMAKE_BINARY_DIR}/dependencies/cyclonedds-cxx/src"
BINARY_DIR "${CMAKE_BINARY_DIR}/dependencies/cyclonedds-cxx/build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 5fb6737

Please sign in to comment.