Skip to content

Commit

Permalink
Create main.yml testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nsk126 committed May 16, 2024
1 parent e0389aa commit 068c43f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: spacenavpro

on:
- pull_request
- push

jobs:
build:
runs-on: ubuntu-20.04
container:
image: ros:noetic
steps:
- uses: actions/checkout@v2
- name: Build package
run: |
source /opt/ros/noetic/setup.bash
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
ln -s $GITHUB_WORKSPACE .
cd ~/catkin_ws
catkin_make

0 comments on commit 068c43f

Please sign in to comment.