Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
qiayuanl committed Jul 21, 2024
0 parents commit 3bac886
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build_noetic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Builder Noetic

on:
workflow_dispatch:
push:
paths:
- ros1.repos
jobs:
build_testing:
runs-on: ubuntu-22.04
steps:
- uses: qiayuanl/ros-deb-builder-action@main
with:
DEB_DISTRO: focal
ROS_DISTRO: noetic
REPOS_FILE: ros1.repos
SQUASH_HISTORY: true
9 changes: 9 additions & 0 deletions ros1.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repositories:
rm_control:
type: git
url: https://github.com/rm-controls/rm_control.git
version: master
rm_controllers:
type: git
url: https://github.com/rm-controls/rm_controllers.git
version: master

0 comments on commit 3bac886

Please sign in to comment.