Skip to content

Commit

Permalink
Adjust to 1.1.x
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Feb 14, 2024
1 parent e992e0b commit e078296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fastcdr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Get minimum supported version of CMake
uses: eProsima/eProsima-CI/external/get-cmake@v0
with:
cmakeVersion: '3.22.6'
cmakeVersion: '3.16.3'

- name: Install Colcon dependencies
uses: eProsima/eProsima-CI/multiplatform/install_colcon@v0
Expand All @@ -89,7 +89,7 @@ jobs:
with:
colcon_build_args_default: --event-handlers=console_direct+
cmake_args: ${{ inputs.cmake_args }}
cmake_args_default: -DBUILD_TESTING=ON
cmake_args_default: -DEPROSIMA_BUILD_TESTS=ON
cmake_build_type: RelWithDebInfo
workspace: ${{ github.workspace }}

Expand All @@ -99,7 +99,7 @@ jobs:
with:
colcon_test_args_default: --event-handlers=console_direct+ --return-code-on-test-failure
ctest_args: ${{ inputs.ctest_args }}
ctest_args_default: --repeat until-pass:3 --timeout 300 --output-junit junit/junit.xml
ctest_args_default: --repeat until-pass:3 --timeout 300
packages_names: fastcdr
workspace: ${{ github.workspace }}

Expand Down
30 changes: 0 additions & 30 deletions cmake/testing/GoogleTest.cmake

This file was deleted.

0 comments on commit e078296

Please sign in to comment.