Skip to content

Commit

Permalink
workflo?
Browse files Browse the repository at this point in the history
  • Loading branch information
celery6 committed Jul 3, 2024
1 parent cdfbe0d commit ae622ce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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'

0 comments on commit ae622ce

Please sign in to comment.