Files
waterlevel-software/.gitea/workflows/on_push.yaml
Tobias Maier 57a6e041a5
All checks were successful
Test compiling project / test (push) Successful in 1m36s
fixed cicd
2024-11-04 19:26:45 +01:00

20 lines
495 B
YAML

name: Test compiling project
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: debian:latest
steps:
- name: Install necessary dependencies
run: apt update && apt install nodejs python3 python3-pip git -y
- name: Install Platformio
run: pip install --break-system-packages --upgrade platformio
- name: Checkout Code
uses: actions/checkout@v2
- name: Run PlatformIO
run: pio ci -c platformio.ini ./ --lib ./lib/INA233/