Skip to content

Merge branch 'master' into vn-fix #182

Merge branch 'master' into vn-fix

Merge branch 'master' into vn-fix #182

Workflow file for this run

name: Build project pipeline
on:
push:
jobs:
build-sample_application:
name: Build the project binary
runs-on: ubuntu-20.04
steps:
- name: Checkout proc repo
uses: actions/[email protected]
with:
submodules: true
- name: Build proc binary
uses: xanderhendriks/[email protected]
with:
project-path: 'STM32Cube'
project-target: 'processor_board/Debug'