Compare commits

..

2 Commits

Author SHA1 Message Date
5c1f8d3b28 chore: CI workflow
All checks were successful
CI / build (push) Successful in 4s
2026-04-11 17:17:48 +02:00
930dafd314 chore: update demo 2026-04-11 17:15:59 +02:00
2 changed files with 16 additions and 0 deletions

16
.gitea/workflows/ci.yml Normal file
View File

@@ -0,0 +1,16 @@
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y gcc libgomp1
- name: Build
run: make

Binary file not shown.

Before

Width:  |  Height:  |  Size: 763 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB