Skip to content

ports/rps: Make FLASH LENGTH match PICO_FLASH_SIZE_BYTES in .ld files. #7

ports/rps: Make FLASH LENGTH match PICO_FLASH_SIZE_BYTES in .ld files.

ports/rps: Make FLASH LENGTH match PICO_FLASH_SIZE_BYTES in .ld files. #7

Workflow file for this run

name: alif port
on:
push:
pull_request:
paths:
- '.github/workflows/*.yml'
- 'tools/**'
- 'py/**'
- 'extmod/**'
- 'shared/**'
- 'lib/**'
- 'drivers/**'
- 'ports/alif/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_alif:
strategy:
fail-fast: false
matrix:
ci_func: # names are functions in ci.sh
- alif_ae3_build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install packages
run: source tools/ci.sh && ci_alif_setup
- name: Build ci_${{matrix.ci_func }}
run: source tools/ci.sh && ci_${{ matrix.ci_func }}