Blame | Last modification | View Log | RSS feed
name: ESP Async TCP CIon:workflow_dispatch:push:pull_request:jobs:build-pio:name: PlatformIO on ${{ matrix.os }}runs-on: ${{ matrix.os }}strategy:matrix:os: [ubuntu-latest, windows-latest, macOS-latest]steps:- uses: actions/checkout@v3- uses: actions/cache@v3with:path: |~/.cache/pip~/.platformio/.cachekey: ${{ runner.os }}-pio- uses: actions/setup-python@v4with:python-version: '3.11'- name: Install PlatformIO Corerun: pip install --upgrade platformio- name: Build Testsrun: bash ./.github/scripts/on-push.sh 1 1