Skip to content

Commit

Permalink
Add ROS2 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbovbel committed Nov 14, 2023
1 parent 586e9b8 commit d5bd804
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 20 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: CI

on:
push:
branches:
- '*'

jobs:
ci:
strategy:
matrix:
include:
- os: ubuntu-22.04
distro: humble
- os: ubuntu-22.04
distro: iron
- os: ubuntu-22.04
distro: rolling
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-ros2-distro: ${{ matrix.distro }}
20 changes: 0 additions & 20 deletions Jenkinsfile

This file was deleted.

0 comments on commit d5bd804

Please sign in to comment.