Skip to content

Merge tag 'v0.3.1' of ssh://github.com/CivicTechTO/tRacket-sensor int… #189

Merge tag 'v0.3.1' of ssh://github.com/CivicTechTO/tRacket-sensor int…

Merge tag 'v0.3.1' of ssh://github.com/CivicTechTO/tRacket-sensor int… #189

Workflow file for this run

name: PlatformIO CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/cache@v4.2.3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5.0.0
with:
python-version: '3.11'
- name: Install Python packages
run: |
pip install --upgrade platformio
pip install --upgrade cryptography
- name: Create header files
run: |
python "${GITHUB_WORKSPACE}/noisemeter-device/certs.py" -s api.tracket.info > "${GITHUB_WORKSPACE}/noisemeter-device/certs.h"
- name: Build PlatformIO Project (rev4)
run: pio run -e rev4