Skip to content

Commit

Permalink
Refs #21286: Try to fix windows CI
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jul 11, 2024
1 parent 419224e commit c9d13ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/config/build.meta
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ names:
fastcdr:
cmake-args:
- "-DBUILD_TESTING=ON"
googletest-distribution:
cmake-args:
- "-Dgtest_force_shared_crt=ON"
- "-DBUILD_SHARED_LIBS=ON"
- "-DBUILD_GMOCK=ON"

5 changes: 0 additions & 5 deletions .github/workflows/config/test.meta
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ names:
"--timeout", "300",
"--output-junit", "junit/junit.xml"
]
googletest-distribution:
cmake-args:
- "-Dgtest_force_shared_crt=ON"
- "-DBUILD_SHARED_LIBS=ON"
- "-DBUILD_GMOCK=ON"
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
if: ${{ inputs.run-tests == true && inputs.os-version == 'windows-2019' }}
uses: eProsima/eProsima-CI/windows/merge_yaml_metas@v0
with:
metas: "@('${{ github.workspace }}/src/fastcdr/.github/workflows/config/build.meta', '${{ github.workspace }}/src/fastcdr/.github/workflows/config/windows_test.meta')"
metas: "@('${{ github.workspace }}/src/fastcdr/.github/workflows/config/build.meta', '${{ github.workspace }}/src/fastcdr/.github/workflows/config/test.meta')"
path: '${{ github.workspace }}/src/fastcdr/.github/workflows/config/build_test.meta'

- name: Colcon test
Expand Down

0 comments on commit c9d13ff

Please sign in to comment.