Skip to content

Commit

Permalink
restoring CI noetic (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloinigoblasco authored Apr 24, 2023
1 parent f2f9cd5 commit e5abc09
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Noetic Continuous Integration

on:
push:
pull_request:

jobs:
CI:
runs-on: ubuntu-latest
container: osrf/ros:noetic-desktop
steps:
- uses: actions/checkout@v1
with:
path: src/SMACC

- shell: bash
run: |
source /opt/ros/noetic/setup.bash
apt update
rosdep update
rosdep install --from-paths . --ignore-src -r -y
cd ../../
catkin_make -DCMAKE_BUILD_TYPE=Debug

0 comments on commit e5abc09

Please sign in to comment.