Files
waterlevel-software/.gitea/workflows/on_push.yaml
Tobias Maier b2240984e5
Some checks failed
Test compiling project / test (push) Failing after 4s
use apt
2023-10-02 15:36:30 +02:00

20 lines
470 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 python-pip -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 ./