-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add source dependencies * add workflow for humble CI
- Loading branch information
Showing
3 changed files
with
31 additions
and
1 deletion.
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,15 @@ | ||
name: Humble CI - Build and Test | ||
|
||
on: | ||
push: | ||
branches: | ||
- 'humble' | ||
pull_request: | ||
workflow_dispatch: | ||
branches: | ||
- '*' | ||
|
||
jobs: | ||
build_and_test: | ||
uses: naturerobots/github_automation_public/.github/workflows/humble_ci.yaml@main | ||
secrets: inherit |
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
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,15 @@ | ||
# Every repository listed here will get cloned and built during CI runs. | ||
# Use this for repositories that cannot be installed via rosdep. | ||
repositories: | ||
uos/lvr2: | ||
type: git | ||
url: https://github.com/uos/lvr2.git | ||
version: humble | ||
naturerobots/mesh_tools: | ||
type: git | ||
url: https://github.com/naturerobots/mesh_tools.git | ||
version: humble | ||
naturerobots/move_base_flex: | ||
type: git | ||
url: https://github.com/naturerobots/move_base_flex.git | ||
version: humble |