-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Francisco Martín Rico <[email protected]>
- Loading branch information
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,14 @@ jobs: | |
- name: build and test | ||
uses: ros-tooling/[email protected] | ||
with: | ||
package-name: rclcpp_cascade_lifecycle cascade_lifecycle_msgs | ||
package-name: rclcpp_cascade_lifecycle rclcpy_cascade_lifecycle cascade_lifecycle_msgs | ||
target-ros2-distro: jazzy | ||
colcon-defaults: | | ||
{ | ||
"test": { | ||
"parallel-workers" : 1 | ||
} | ||
} | ||
vcs-repo-file-url: "" | ||
colcon-mixin-name: coverage-gcc | ||
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: build and test | ||
uses: ros-tooling/[email protected] | ||
with: | ||
package-name: rclcpp_cascade_lifecycle cascade_lifecycle_msgs | ||
package-name: rclcpp_cascade_lifecycle rclcpy_cascade_lifecycle cascade_lifecycle_msgs | ||
target-ros2-distro: rolling | ||
vcs-repo-file-url: "" | ||
colcon-mixin-name: coverage-gcc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,14 @@ jobs: | |
- name: build and test | ||
uses: ros-tooling/[email protected] | ||
with: | ||
package-name: rclcpp_cascade_lifecycle cascade_lifecycle_msgs | ||
package-name: rclcpp_cascade_lifecycle rclpy_cascade_lifecycle cascade_lifecycle_msgs | ||
target-ros2-distro: rolling | ||
colcon-defaults: | | ||
{ | ||
"test": { | ||
"parallel-workers" : 1 | ||
} | ||
} | ||
vcs-repo-file-url: "" | ||
colcon-mixin-name: coverage-gcc | ||
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml | ||
|