Merge pull request #53 from sergewar/main

Add github actions
This commit is contained in:
logicog
2025-12-18 10:17:10 +01:00
committed by GitHub
2 changed files with 22 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
name: Build firmware
on:
push:
branches: ['**']
jobs:
build:
runs-on: ubuntu-latest
container:
image: debian:trixie
steps:
- uses: actions/checkout@v6
- name: Install dependencies
run: |
apt update
apt install make gcc sdcc xxd python-is-python3 libjson-c-dev -y
- name: Make project
run: make
+1
View File
@@ -1,4 +1,5 @@
.gitignore
.idea/
output/
html_data.c
html_data.h