Skip to content

+ add description for the usage of the CO2 auto calibration mode #57

+ add description for the usage of the CO2 auto calibration mode

+ add description for the usage of the CO2 auto calibration mode #57

name: software_build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install platformio
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Build
run: |
platformio run -d ./software