Files
waterlevel-software/.gitea/workflows/on_push.yaml
Tobias Maier 655f746fcc
All checks were successful
Test compiling project / test (push) Successful in 1m51s
add git
2023-10-02 15:39:13 +02:00

20 lines
475 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 ./