Skip to content

Commit

Permalink
remove obsolete noetic ci, add wip humble ci, add file with source de…
Browse files Browse the repository at this point in the history
…ps (lvr2)
  • Loading branch information
Cakem1x committed May 15, 2024
1 parent 8865b0b commit 526be35
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 25 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/humble.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Humble CI
on:
push:
branches:
- 'humble'
pull_request:
branches:
- 'humble'
workflow_dispatch:
branches:
- '*'
jobs:
build_and_test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- uses: ros-tooling/[email protected]
with:
package-name: my_package
target-ros2-distro: humble
vcs-repo-file-url: $GITHUB_WORKSPACE/source_dependencies.yaml
rosdep-check: true
25 changes: 0 additions & 25 deletions .github/workflows/noetic.yml

This file was deleted.

5 changes: 5 additions & 0 deletions source_dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repositories:
uos/lvr2:
type: git
url: https://github.com/uos/lvr2.git
version: humble

0 comments on commit 526be35

Please sign in to comment.