Skip to content

LocoTable addition (but no other changes) #28

LocoTable addition (but no other changes)

LocoTable addition (but no other changes) #28

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python Wheel
run: pip install wheel
- name: Install PlatformIO Core
run: pip install -U platformio
- name: Compile Command Station (AVR)
run: python -m platformio run