Skip to content

Add support for Ports of Type void #1374

Add support for Ports of Type void

Add support for Ports of Type void #1374

Workflow file for this run

name: "Platform: PICO"
on:
push:
branches: [ main ]
pull_request:
jobs:
ci:
name: Build examples
runs-on: ubuntu-24.04
env:
REACTOR_UC_PATH: ${{ github.workspace }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
uses: ./.github/actions/pico
- name: Build examples
working-directory: ${{ github.workspace }}/examples/pico
run: |
cmake -Bbuild && cd build
make
- name: Clone template repository
uses: actions/checkout@v3
with:
repository: lf-lang/lf-pico-uc-template
submodules: recursive
path: lf-pico-uc-template
- name: Test template repository
working-directory: ${{ github.workspace }}/lf-pico-uc-template
run: ./.github/scripts/run-all.sh