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