Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Build STM32CubeIde project

v3.0

Build STM32CubeIde project

play

Build STM32CubeIde project

Build the selected target in an STM32CubeIde project

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Build STM32CubeIde project

uses: xanderhendriks/action-build-stm32cubeide@v3.0

Learn more about this action in xanderhendriks/action-build-stm32cubeide

Choose a version

Build STM32CubeIde project docker action

This action builds a STM32CubeIde project

Inputs

project-path

Required Path to the STM2CubeIde project file.

project-target

Required Target in the STM32CubeIde project file to build.

Example usage

uses: xanderhendriks/action-build-stm32cubeide with: project-path: 'application/targets/STM32' project-target: 'hexanode'