forked from tier4/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: support multi distro CI (tier4#967)
* ci: support multi distro CI Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * add build_depends.humble.repos Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * update build_depends.humble.repos Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * update other workflows Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
- Loading branch information
1 parent
fa644c1
commit 1fad8a9
Showing
5 changed files
with
107 additions
and
20 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
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
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,35 @@ | ||
repositories: | ||
# core | ||
core/autoware_msgs: | ||
type: git | ||
url: https://github.com/tier4/autoware_auto_msgs.git # TODO(Tier IV): Move to autowarefoundation/autoware_msgs | ||
version: tier4/main | ||
core/common: | ||
type: git | ||
url: https://github.com/autowarefoundation/autoware_common.git | ||
version: main | ||
core/autoware: | ||
type: git | ||
url: https://github.com/autowarefoundation/autoware.core.git | ||
version: main | ||
# universe | ||
universe/tier4_autoware_msgs: | ||
type: git | ||
url: https://github.com/tier4/AutowareArchitectureProposal_msgs.git # TODO(Tier IV): Rename to tier4/tier4_autoware_msgs | ||
version: tier4/universe | ||
universe/vendor/grid_map: | ||
type: git | ||
url: https://github.com/tier4/grid_map.git | ||
version: prepare/humble | ||
universe/vendor/navigation2: | ||
type: git | ||
url: https://github.com/tier4/navigation2.git | ||
version: prepare/humble | ||
universe/vendor/mussp: | ||
type: git | ||
url: https://github.com/tier4/muSSP.git | ||
version: tier4/main | ||
universe/vendor/ndt_omp: | ||
type: git | ||
url: https://github.com/tier4/ndt_omp.git | ||
version: tier4/main |