Skip to content

Add automated nightly releases #4

Add automated nightly releases

Add automated nightly releases #4

Workflow file for this run

# See https://docs.platformio.org/en/stable/integration/ci/github-actions.html
name: PlatformIO CI
on:
pull_request:
types: [opened, reopened]
branches:
- master
jobs:
build:
if: github.repository == 'contactsimonwilson/PubRemote'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Build PlatformIO Project
run: pio run -e waveshare_esp32s3_touch_128