Skip to content

Commit

Permalink
Merge pull request #1 from aniketmpatil/add_ci
Browse files Browse the repository at this point in the history
Adds basic CI check
  • Loading branch information
aniketmpatil authored Apr 3, 2024
2 parents 2e2d7e4 + 1c6ea86 commit ce6314d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/noetic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Noetic Test
run-name: Build and Test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build_and_test:
runs-on: ubuntu-20.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: noetic
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: scara_robot
target-ros1-distro: noetic

0 comments on commit ce6314d

Please sign in to comment.