Skip to content

Port map to canonical (4a980373f96b68a4237c7959918d224cd4062c37) #55

Port map to canonical (4a980373f96b68a4237c7959918d224cd4062c37)

Port map to canonical (4a980373f96b68a4237c7959918d224cd4062c37) #55

Workflow file for this run

name: nucleo-f767zi build
on:
push:
branches:
- master
pull_request:
branches: [ "master" ]
jobs:
build-all:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Toolchain
uses: carlosperate/[email protected]
with:
release: 13.2.Rel1
- name: Build All (nucleo-f767zi)
run: make PLATFORM=nucleo-f767zi -j2