Skip to content

Merge pull request #33 from sam-xl/LH2-211-clang-format-update #83

Merge pull request #33 from sam-xl/LH2-211-clang-format-update

Merge pull request #33 from sam-xl/LH2-211-clang-format-update #83

name: CI
on: [push, pull_request]
jobs:
industrial_ci:
strategy:
matrix:
env:
- {OS_NAME: ubuntu, OS_CODE_NAME: focal, ROS_DISTRO: noetic, DOCKER_IMAGE: "samxl/scancontrol:sdk_v1.0.0"}
env:
CCACHE_DIR: /github/home/.ccache
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
- uses: 'ros-industrial/industrial_ci@master'
env: ${{ matrix.env }}
clang-format-check:
strategy:
matrix:
env:
- {OS_NAME: ubuntu, OS_CODE_NAME: focal, ROS_DISTRO: noetic, DOCKER_IMAGE: "samxl/scancontrol:sdk_v1.0.0", CLANG_FORMAT_CHECK: "file", CLANG_FORMAT_VERSION: '10'}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: 'ros-industrial/industrial_ci@master'
env: ${{ matrix.env }}