File tree Expand file tree Collapse file tree 3 files changed +4
-25
lines changed Expand file tree Collapse file tree 3 files changed +4
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616 " -DBUILD_TESTS=ON" ,
1717 " -DCMAKE_BUILD_TYPE=Debug" ,
1818 " -DCMAKE_EXPORT_COMPILE_COMMANDS=ON" ,
19- " -DCMAKE_CXX_FLAGS='-Werror'"
2019 ]
2120 }
2221 }
Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ jobs:
113113
114114 - name : Build workspace
115115 run : |
116- cat src/Fast-DDS-statistics-backend/.github/workflows/test_colcon .meta
116+ cat src/Fast-DDS-statistics-backend/.github/workflows/colcon .meta
117117 colcon build \
118118 --event-handlers=console_direct+ \
119- --metas src/Fast-DDS-statistics-backend/.github/workflows/test_colcon .meta \
119+ --metas src/Fast-DDS-statistics-backend/.github/workflows/colcon .meta \
120120 --mixin coverage-gcc asan-gcc
121121
122122 - name : Run tests
@@ -187,10 +187,10 @@ jobs:
187187
188188 - name : Build workspace
189189 run : |
190- cat src/Fast-DDS-statistics-backend/.github/workflows/clang_colcon .meta
190+ cat src/Fast-DDS-statistics-backend/.github/workflows/colcon .meta
191191 colcon build \
192192 --event-handlers=console_direct+ \
193- --metas src/Fast-DDS-statistics-backend/.github/workflows/clang_colcon .meta
193+ --metas src/Fast-DDS-statistics-backend/.github/workflows/colcon .meta
194194
195195 - name : Run clang-tidy
196196 run : |
You can’t perform that action at this time.
0 commit comments