Skip to content

Minors P2P mode improvemts #15

Minors P2P mode improvemts

Minors P2P mode improvemts #15

Workflow file for this run

name: Devel
on:
pull_request:
branches:
- devel
paths-ignore:
- '**/README.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 1
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U platformio
pio pkg update
- name: PlatformIO Build Test
run: |
pio run -e freenove-tank -e makerfabs-multi-receiver -e xiao-camera3