Skip to content

build.env for EvilCrowRF-V2 (#47) #48

build.env for EvilCrowRF-V2 (#47)

build.env for EvilCrowRF-V2 (#47) #48

Workflow file for this run

name: PlatformIO CI
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python: ["3.10"]
steps:
- uses: actions/checkout@v3
with:
submodules: "true"
- uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install deps
run: |
/bin/sh docker/deps/python/packages.sh
- name: Run PlatformIO
run: make clean build