Summary
Jobs
validate_lib_json
build (examples/RF24Mesh_Example/RF24Mesh_Example.ino, teensy31)
build (examples/RF24Mesh_Example/RF24Mesh_Example.ino, teensy35)
build (examples/RF24Mesh_Example/RF24Mesh_Example.ino, teensy36)
build (examples/RF24Mesh_Example/RF24Mesh_Example.ino, teensy40)
build (examples/RF24Mesh_Example/RF24Mesh_Example.ino, teensy41)
build (examples/RF24Mesh_Example/RF24Mesh_Example.ino, teensylc)
build (examples/RF24Mesh_Example_Master_Statics/RF24Mesh_Example_Master_Statics.ino, teensy31)
build (examples/RF24Mesh_Example_Master_Statics/RF24Mesh_Example_Master_Statics.ino, teensy35)
build (examples/RF24Mesh_Example_Master_Statics/RF24Mesh_Example_Master_Statics.ino, teensy36)
build (examples/RF24Mesh_Example_Master_Statics/RF24Mesh_Example_Master_Statics.ino, teensy40)
build (examples/RF24Mesh_Example_Master_Statics/RF24Mesh_Example_Master_Statics.ino, teensy41)
build (examples/RF24Mesh_Example_Master_Statics/RF24Mesh_Example_Master_Statics.ino, teensylc)
build (examples/RF24Mesh_Example_Master_To_Nodes/RF24Mesh_Example_Master_To_Nodes.ino, teensy31)
build (examples/RF24Mesh_Example_Master_To_Nodes/RF24Mesh_Example_Master_To_Nodes.ino, teensy35)
build (examples/RF24Mesh_Example_Master_To_Nodes/RF24Mesh_Example_Master_To_Nodes.ino, teensy36)
build (examples/RF24Mesh_Example_Master_To_Nodes/RF24Mesh_Example_Master_To_Nodes.ino, teensy40)
build (examples/RF24Mesh_Example_Master_To_Nodes/RF24Mesh_Example_Master_To_Nodes.ino, teensy41)
build (examples/RF24Mesh_Example_Master_To_Nodes/RF24Mesh_Example_Master_To_Nodes.ino, teensylc)
build (examples/RF24Mesh_Example_Node2Node/RF24Mesh_Example_Node2Node.ino, teensy31)
build (examples/RF24Mesh_Example_Node2Node/RF24Mesh_Example_Node2Node.ino, teensy35)
build (examples/RF24Mesh_Example_Node2Node/RF24Mesh_Example_Node2Node.ino, teensy36)
build (examples/RF24Mesh_Example_Node2Node/RF24Mesh_Example_Node2Node.ino, teensy40)
build (examples/RF24Mesh_Example_Node2Node/RF24Mesh_Example_Node2Node.ino, teensy41)
build (examples/RF24Mesh_Example_Node2Node/RF24Mesh_Example_Node2Node.ino, teensylc)
build (examples/RF24Mesh_Example_Node2NodeExtra/RF24Mesh_Example_Node2NodeExtra.ino, teensy31)
build (examples/RF24Mesh_Example_Node2NodeExtra/RF24Mesh_Example_Node2NodeExtra.ino, teensy35)
build (examples/RF24Mesh_Example_Node2NodeExtra/RF24Mesh_Example_Node2NodeExtra.ino, teensy36)
build (examples/RF24Mesh_Example_Node2NodeExtra/RF24Mesh_Example_Node2NodeExtra.ino, teensy40)
build (examples/RF24Mesh_Example_Node2NodeExtra/RF24Mesh_Example_Node2NodeExtra.ino, teensy41)
build (examples/RF24Mesh_Example_Node2NodeExtra/RF24Mesh_Example_Node2NodeExtra.ino, teensylc)
build (examples/RF24Mesh_SerialConfig/RF24Mesh_SerialConfig.ino, teensy31)
build (examples/RF24Mesh_SerialConfig/RF24Mesh_SerialConfig.ino, teensy35)
build (examples/RF24Mesh_SerialConfig/RF24Mesh_SerialConfig.ino, teensy36)
build (examples/RF24Mesh_SerialConfig/RF24Mesh_SerialConfig.ino, teensy40)
build (examples/RF24Mesh_SerialConfig/RF24Mesh_SerialConfig.ino, teensy41)
build (examples/RF24Mesh_SerialConfig/RF24Mesh_SerialConfig.ino, teensylc)
build (examples/RF24Mesh_Example_Master/RF24Mesh_Example_Master.ino, teensy31)
build (examples/RF24Mesh_Example_Master/RF24Mesh_Example_Master.ino, teensy35)
build (examples/RF24Mesh_Example_Master/RF24Mesh_Example_Master.ino, teensy36)
build (examples/RF24Mesh_Example_Master/RF24Mesh_Example_Master.ino, teensy40)
build (examples/RF24Mesh_Example_Master/RF24Mesh_Example_Master.ino, teensy41)
build (examples/RF24Mesh_Example_Master/RF24Mesh_Example_Master.ino, teensylc)
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PlatformIO build
on:
pull_request:
branches: [master, v1.x]
paths:
- ".github/workflows/build_platformIO.yml"
- "library.json"
- "examples/**"
- "!examples/old_backups/**"
- "!examples/rf24_ATTiny/**"
push:
branches: [master, v1.x]
paths:
- ".github/workflows/build_platformIO.yml"
- "library.json"
- "examples/**"
- "!examples/old_backups/**"
- "!examples/rf24_ATTiny/**"
release:
types: [published, edited]
jobs:
validate_lib_json:
uses: nRF24/.github/.github/workflows/validate_deploy_platformio.yaml@main
secrets: inherit
with:
deploy-release: ${{ github.event_name == 'release' }}
build:
needs: [validate_lib_json]
uses: nRF24/.github/.github/workflows/build_platformio.yaml@main
with:
example-path: ${{ matrix.example }}
board-id: ${{ matrix.board }}
strategy:
fail-fast: false
matrix:
example:
- "examples/RF24Mesh_Example/RF24Mesh_Example.ino"
- "examples/RF24Mesh_Example_Master_Statics/RF24Mesh_Example_Master_Statics.ino"
- "examples/RF24Mesh_Example_Master_To_Nodes/RF24Mesh_Example_Master_To_Nodes.ino"
- "examples/RF24Mesh_Example_Node2Node/RF24Mesh_Example_Node2Node.ino"
- "examples/RF24Mesh_Example_Node2NodeExtra/RF24Mesh_Example_Node2NodeExtra.ino"
- "examples/RF24Mesh_SerialConfig/RF24Mesh_SerialConfig.ino"
- "examples/RF24Mesh_Example_Master/RF24Mesh_Example_Master.ino"
board:
- "teensy31"
- "teensy35"
- "teensy36"
- "teensy40"
- "teensy41"
- "teensylc"
You can’t perform that action at this time.