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 14db7d7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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/Debug'


0 comments on commit 14db7d7

Please sign in to comment.