Skip to content

Merge branch 'master' of https://github.com/Baumistlustig/battery-per… #21

Merge branch 'master' of https://github.com/Baumistlustig/battery-per…

Merge branch 'master' of https://github.com/Baumistlustig/battery-per… #21

Workflow file for this run

name: CI
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./Software
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Set up Python
uses: actions/setup-python@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Install platformIO libraries
run: pio lib install
- name: Run PlatformIO
run: platformio run