first commit
CI / testsuite (push) Successful in 3m13s
CI / Coding Standard & Static Analysis (push) Failing after 4m10s

This commit is contained in:
bs
2026-09-15 02:04:11 -07:00
commit 5c3b21193e
102 changed files with 10522 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2