Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

integrated smart pointer to linpot interface #7

integrated smart pointer to linpot interface

integrated smart pointer to linpot interface #7

Workflow file for this run

# Name of your workflow
name: Build Workflow
# Define the trigger event(s)
# on: pull_request
on: [push]
# Jobs run in parallel by default, each runs steps in sequence
jobs:
build-and-compile:
runs-on: ubuntu-latest
steps:
# Use github.com/actions/checkout to check out this repo
- name: Check out this repo
uses: actions/checkout@v3
- name: Build STM32CubeIde project
uses: xanderhendriks/[email protected]
with:
project-path: 'DAQ_System'
project-target: 'DAQ_System/Debug'