Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(wb): update to latest STM32CubeWB v1.24.0#1048

chore(wb): update to latest STM32CubeWB v1.24.0

chore(wb): update to latest STM32CubeWB v1.24.0 #1048

Workflow file for this run

name:STM32 Core build using arduino-cli
on:
push:
branches:
-main
paths-ignore:
-.github/**
-'!.github/workflows/Arduino-build.yml'
-'*.json'
-'**.md'
-keywords.txt
-CI/**
-'!CI/build/arduino-cli.py'
-'!CI/build/examples/**'
-cmake/**
-tools/**
pull_request:
paths-ignore:
-.github/**
-'!.github/workflows/Arduino-build.yml'
-'*.json'
-'**.md'
-keywords.txt
-CI/**
-'!CI/build/arduino-cli.py'
-'!CI/build/examples/**'
-cmake/**
-tools/**
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
core_build:
runs-on:ubuntu-latest
name:Core compilation
steps:
# First of all, clone the repo using the checkout action.
-name:Checkout
uses:actions/checkout@v4
-name:Compilation
id:Compile
uses:stm32duino/actions/compile-examples@v1
with:
additional-url:'https://github.com/stm32duino/BoardManagerFiles/raw/dev/package_stmicroelectronics_index.json'
# Use the output from the `Compile` step
-name:Compilation Errors
if:failure()
run:|
cat ${{ steps.Compile.outputs.compile-result }}
exit 1

[8]ページ先頭

©2009-2025 Movatter.jp