Skip to content

Fix image of DISCO board #18

Fix image of DISCO board

Fix image of DISCO board #18

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '11.3.Rel1'
- name: Build all examples
run: cd examples && make all
- name: Build MP1-Boot
run: cd bootloaders/mp1-boot && make