esp8266-mqtt-projector-serial/.forgejo/workflows/firmware.yml
s3lph acd5607b26
Some checks failed
/ firmware (push) Failing after 23s
feat: migrate from woodpecker to forgejo actions
2023-11-28 23:51:52 +01:00

18 lines
344 B
YAML

---
on: push
jobs:
firmware:
runs-on: docker
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- name: prepare environment
run: |
apt update; apt install --yes python3-pip
pip3 install platformio
- name: build firmware image
run: |
cd esp
pio run