Skip to content

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

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

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

Workflow file for this run

name: Pico examples
on:
pull_request:
jobs:
ci:
name: Build Pico examples
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
uses: ./.github/actions/pico
- name: Build examples
run: |
cd examples/pico
cmake -Bbuild && cd build
make