-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init docker based CI Signed-off-by: Harsh Deshpande <[email protected]> * target rolling only Signed-off-by: Harsh Deshpande <[email protected]> * use setup-ros and action-ros-ci instead of custom scripts Signed-off-by: Harsh Deshpande <[email protected]> * quiet blind except warnings #310 (comment) Signed-off-by: Harsh Deshpande <[email protected]> * remove ccache build times are not a concern and it is not significantly improved when using ros-tooling actions Signed-off-by: Harsh Deshpande <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: CI | ||
|
||
on: [push, pull_request] # on all pushes and PRs | ||
|
||
jobs: | ||
ros1_bridge: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
required-ros-distributions: "noetic rolling" | ||
- name: Build and test ros1-bridge | ||
uses: ros-tooling/[email protected] | ||
with: | ||
package-name: ros1_bridge | ||
target-ros1-distro: noetic | ||
target-ros2-distro: rolling | ||
|
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