Skip to content

Commit

Permalink
add workflow for humble CI, add source dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cakem1x committed Oct 16, 2024
1 parent d3bf38e commit 95277a1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/humble.yaml
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
11 changes: 11 additions & 0 deletions source_dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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

0 comments on commit 95277a1

Please sign in to comment.