Skip to content

Merge branch 'devel' of https://github.com/DCC-EX/CommandStation-EX i… #2595

Merge branch 'devel' of https://github.com/DCC-EX/CommandStation-EX i…

Merge branch 'devel' of https://github.com/DCC-EX/CommandStation-EX i… #2595

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: Copy generic config over
run: cp config.example.h config.h
- name: Compile Command Station (AVR)
run: python -m platformio run