Skip to content

Commit 4b807bf

Browse files
author
jparisu
committed
Refs #12001: undo CI changes
Signed-off-by: jparisu <[email protected]>
1 parent ef43f17 commit 4b807bf

File tree

3 files changed

+4
-25
lines changed

3 files changed

+4
-25
lines changed

.github/workflows/clang_colcon.meta

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/test_colcon.meta renamed to .github/workflows/colcon.meta

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"-DBUILD_TESTS=ON",
1717
"-DCMAKE_BUILD_TYPE=Debug",
1818
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON",
19-
"-DCMAKE_CXX_FLAGS='-Werror'"
2019
]
2120
}
2221
}

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)