Skip to content
Open

ros2 #170

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
name: CI

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

permissions:
contents: read

jobs:
tue-ci:
name: TUe CI - ${{ github.event_name }}
name: TUe CI - ${{ github.event_name }} (${{ matrix.ros_distro }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ros_distro: [humble, jazzy, rolling-u24]
steps:
- name: TUe CI
uses: tue-robotics/tue-env/ci/main@master
with:
image: ghcr.io/tue-robotics/tue-env-ros-${{ matrix.ros_distro }}
package: ${{ github.event.repository.name }}
Empty file added 3rdparty/AMENT_IGNORE
Empty file.
1 change: 0 additions & 1 deletion 3rdparty/CATKIN_IGNORE

This file was deleted.

Loading
Loading