Skip to content

! do not incorporate the readable device name into the message name #54

! do not incorporate the readable device name into the message name

! do not incorporate the readable device name into the message name #54

name: software_build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install platformio
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Build
run: |
platformio run -d ./software