Skip to content

Commit

Permalink
Added YAML file for CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
crsz20 committed Jun 14, 2024
1 parent 56e8700 commit d651525
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci_build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI Build

# Define the trigger event(s)
on: push

# Jobs run in parallel by default, each runs steps in sequence
jobs:

compile-firmware:
runs-on: ubuntu-latest
steps:

- name: Check out this repo and submodules
uses: actions/checkout@v3

- name: Build stm32CubeIDE project
uses: xanderhendriks/[email protected]
with:
project-path: 'Firmware/Shifter_System'
project-target: 'Shifter_System/Debug'

0 comments on commit d651525

Please sign in to comment.