Skip to content

Remove the config.h.in and do things through compile defs #26

Remove the config.h.in and do things through compile defs

Remove the config.h.in and do things through compile defs #26

Workflow file for this run

name: Zephyr examples
on:
pull_request:
jobs:
ci:
name: Build zephyr examples
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
uses: ./.github/actions/zephyr
- name: Build examples
run: |
cd examples/zephyr
./buildAll.sh