1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

the start of new feature the config.h template including fix for github build action

This commit is contained in:
dexslab
2020-09-22 14:57:11 -04:00
parent 283a988ba3
commit 28efc0ffef
5 changed files with 322 additions and 54 deletions

View File

@@ -13,5 +13,7 @@ jobs:
run: pip install wheel
- name: Install PlatformIO Core
run: pip install -U https://github.com/platformio/platformio/archive/v4.2.1.zip
- name: Copy generic config over
run: cp config.example.h config.h
- name: Compile Command Station (AVR)
run: python -m platformio run