Skip to content

Merge pull request #11 from DallasFormulaRacing/ide-workspace #2

Merge pull request #11 from DallasFormulaRacing/ide-workspace

Merge pull request #11 from DallasFormulaRacing/ide-workspace #2

Workflow file for this run

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'