Skip to content

Get working patch for init #18

Get working patch for init

Get working patch for init #18

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: ['main', 'develop']
jobs:
build:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v4
with:
submodules: recursive
- name: "Install ARM Toolchain"
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '10-2020-q4'
- name: "Build Dependencies"
working-directory: ${{runner.workspace}}/flora
run: ./scripts/build.sh
- name: "Build Example"
working-directory: ${{runner.workspace}}/flora/patches/seed/blink
run: make