Skip to content

Commit

Permalink
Refs #20107: Port colcon.meta from JSON to yaml
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Mar 5, 2024
1 parent 792a871 commit 3e0a4a3
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions .github/workflows/test.meta
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
{
"names":
{
"fastrtps":
{
"cmake-args": [
"-DSECURITY=ON"
]
},
"fastdds_python":
{
"cmake-args": [
"-DBUILD_TESTING=ON"
]
}
}
}
names:
fastrtps:
cmake-args:
- "-DSECURITY=ON"
fastdds_python:
cmake-args:
- "-DBUILD_TESTING=ON"

0 comments on commit 3e0a4a3

Please sign in to comment.