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

Bump actions/cache from 4 to 5#887

Bump actions/cache from 4 to 5

Bump actions/cache from 4 to 5 #887

# We do not distribute any environment settings, so just try to build some sketches
# using the 'master' branch and using the uploaded toolchain version via get.py
# Also, limit the amount of sketches and simply
name:Build examples with PlatformIO
on:
pull_request:
permissions:
contents:read
jobs:
build-pio:
name:Linux (random sketches)
runs-on:ubuntu-latest
defaults:
run:
shell:bash
steps:
-uses:actions/checkout@v6
with:
submodules:true
-uses:actions/setup-python@v6
with:
python-version:'3.x'
-uses:actions/cache@v5
with:
path:|
tools/dist
~/.cache/pip
~/.platformio/.cache
key:${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }}
-name:Build
env:
ESP8266_ARDUINO_BUILDER:"platformio"
run:|
pip install -U platformio
env ESP8266_ARDUINO_SKETCHES="$(find libraries/ -name '*.ino' | grep -e libraries/esp8266/examples -e SoftwareSerial)" bash ./tests/build.sh

[8]ページ先頭

©2009-2025 Movatter.jp