Skip to content

Commit

Permalink
Add ROS1 CI (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbovbel committed Nov 15, 2023
1 parent 3dc88a2 commit 4b100b3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: CI

on:
push:
branches:
- '*'

jobs:
ci:
strategy:
matrix:
include:
- os: ubuntu-20.04
distro: noetic
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/setup-ros@0.7.0
with:
required-ros-distributions: ${{ matrix.distro }}
- run: sudo apt remove python3-openssl -y
- uses: ros-tooling/action-ros-ci@0.3.5
with:
target-ros1-distro: ${{ matrix.distro }}

0 comments on commit 4b100b3

Please sign in to comment.