Skip to content

Merge pull request #2 from jrl-umi3218/pre-commit-ci-update-config #15

Merge pull request #2 from jrl-umi3218/pre-commit-ci-update-config

Merge pull request #2 from jrl-umi3218/pre-commit-ci-update-config #15

Workflow file for this run

name: CI for mc-hoap3
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
compiler: [gcc, clang]
build-type: [Release, RelWithDebInfo]
runs-on: ${{ matrix.os }}
steps:
- name: Install dependencies
uses: jrl-umi3218/github-actions/install-dependencies@master
with:
ubuntu: |
apt-mirrors:
mc-rtc:
cloudsmith: mc-rtc/head
apt: libmc-rtc-dev
github: |
- path: jrl-umi3218/hoap3_description
options: -DDISABLE_ROS:BOOL=ON
- name: Build and test
uses: jrl-umi3218/github-actions/build-cmake-project@master
with:
compiler: ${{ matrix.compiler }}
build-type: ${{ matrix.build-type }}