Skip to content

Update to main-snapshot-2025-04-30 #158

Update to main-snapshot-2025-04-30

Update to main-snapshot-2025-04-30 #158

name: Build Raspberry Pi Baremetal Examples
on:
push:
branches: ["main"]
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
build-rpi-baremetal:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
example: [rpi4b-blink, rpi5-blink]
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install apt dependencies
run: sudo apt-get -qq update && sudo apt-get -qq -y install make llvm
- name: Install Swift
uses: ./.github/actions/install-swift
- name: Build ${{ matrix.example }}
working-directory: ${{ matrix.example }}
run: make