Files
waterlevel-software/.gitea/workflows/on_push.yaml
Tobias Maier bbe5bfdcee
Some checks failed
Test compiling project / test (push) Failing after 33s
Initial commit with action
2023-10-02 15:30:30 +02:00

23 lines
530 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 -y
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- 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 ./