Skip to content

Commit e3ea2bd

Browse files
committed
Refs #20107: Port colcon.meta from JSON to yaml
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent f83fd56 commit e3ea2bd

1 file changed

Lines changed: 8 additions & 17 deletions

File tree

.github/workflows/test.meta

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
{
2-
"names":
3-
{
4-
"fastrtps":
5-
{
6-
"cmake-args": [
7-
"-DSECURITY=ON"
8-
]
9-
},
10-
"fastdds_python":
11-
{
12-
"cmake-args": [
13-
"-DBUILD_TESTING=ON"
14-
]
15-
}
16-
}
17-
}
1+
names:
2+
fastrtps:
3+
cmake-args:
4+
- "-DSECURITY=ON"
5+
fastdds_python:
6+
cmake-args:
7+
- "-DBUILD_TESTING=ON"
8+

0 commit comments

Comments
 (0)