Skip to content

Commit

Permalink
Update CI to ROS 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Mar 6, 2024
1 parent efd9900 commit a54be5c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
name: CI

on: [push, pull_request]
on:
workflow_dispatch:
pull_request:
branches:
- ros2-main
push:
branches:
- ros2-main

jobs:
industrial_ci:
strategy:
matrix:
ros_distro: [ melodic, noetic ]
ros_distro: [humble, iron, rolling]
ros_repo: [ main, testing ]
fail-fast: false
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: ccache cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
# we always want the ccache cache to be persisted, as we cannot easily
Expand Down

0 comments on commit a54be5c

Please sign in to comment.