Skip to content

Abi check

Abi check #25

name: ABI Compatibility Check
on:
workflow_dispatch:
pull_request:
branches:
- ros2-master
jobs:
abi_check:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [rolling, jazzy]
steps:
- uses: actions/checkout@v4
- uses: ros-industrial/industrial_ci@master
env:
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
ROS_REPO: testing
ABICHECK_URL: github:${{ github.repository }}#${{ github.base_ref }}
NOT_TEST_BUILD: true
- name: Move ABI Checker Report
if: always()
run: |
mkdir -p ${{ github.workspace }}/abicheck
ls -la /root/abicheck/${{ github.base_ref }}
cp -r /root/abicheck/${{ github.base_ref }}/* ${{ github.workspace }}/abicheck/${{ github.base_ref }}
- uses: actions/[email protected]
if: always()
with:
name: abi-checker-report-${{ matrix.ROS_DISTRO }}
path: ${{ github.workspace }}/abicheck/