1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 08:06:13 +01:00

Create CI workflow for Command Station

This commit is contained in:
Dex 2020-06-30 22:54:03 -04:00 committed by GitHub
parent 9c6ca904a0
commit 6903995d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,17 @@
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 https://github.com/platformio/platformio/archive/v4.2.1.zip
- name: Compile Command Station (AVR)
run: python -m platformio run