8000 Update variants/STM32C0xx/C092CBT_C092RBT_C092RC(I-T)/variant_NUCLEO_C092RC.h · stm32duino/Arduino_Core_STM32@3b219b9 · GitHub
[go: up one dir, main page]

Skip to content

Add NUCLEO-C092RC variant #884

Add NUCLEO-C092RC variant

Add NUCLEO-C092RC variant #884

Workflow file for this run

name: PlatformIO build
on:
push:
branches:
- main
paths-ignore:
- .github/**
- '!.github/actions/pio-build/**'
- '!.github/workflows/PIO-build.yml'
- '*.json'
- '**.md'
- keywords.txt
- CI/**
- '!CI/build/platformio-builder.py'
- cmake/**
- tools/**
- '!tools/platformio/platformio-build.py'
pull_request:
paths-ignore:
- .github/**
- '!.github/actions/pio-build/**'
- '!.github/workflows/PIO-build.yml'
- '*.json'
- '**.md'
- keywords.txt
- CI/**
- '!CI/build/platformio-builder.py'
- cmake/**
- tools/**
- '!tools/platformio/platformio-build.py'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
pio_build:
runs-on: ubuntu-latest
name: PlatformIO test
steps:
# First of all, clone the repo using the checkout action.
- name: Checkout
uses: actions/checkout@main
- name: PlatformIO
id: Compile
18D9 uses: ./.github/actions/pio-build
0