Skip to content

Add LCM_C_NAMESPACE config option #12

Add LCM_C_NAMESPACE config option

Add LCM_C_NAMESPACE config option #12

Workflow file for this run

name: test_bazel
on: [push, pull_request]
jobs:
bazel:
strategy:
matrix:
os: [ubuntu-24.04, macos-14]
bazel: ['8.0.1', '8.1.0']
runs-on: ${{ matrix.os }}
env:
USE_BAZEL_VERSION: ${{ matrix.bazel }}
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
- name: Test Main
run: 'bazel test //...'
- name: Test Example
working-directory: examples/bazel
run: 'bazel test //...'