From 6903995d6d644210e8910dc77c0d3e8676b8e526 Mon Sep 17 00:00:00 2001 From: Dex Date: Tue, 30 Jun 2020 22:54:03 -0400 Subject: [PATCH] Create CI workflow for Command Station --- .github/workflows/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..84fdf3e --- /dev/null +++ b/.github/workflows/main.yml @@ -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