Overhaul cmake configuration, add console api, fix http code that caused issues with cgi-bin

This commit is contained in:
2026-05-27 03:02:16 -05:00
parent 266ef5f830
commit 8413c67ec6
177 changed files with 20088 additions and 17948 deletions

View File

@@ -10,6 +10,7 @@ env:
jobs:
build-arch:
name: "🔨 Build for Arch Linux/Static Builds"
runs-on: arch-builder
steps:
- uses: actions/checkout@v4
@@ -30,10 +31,22 @@ jobs:
files: |-
artifacts/**
update-tap:
runs-on: ubuntu-latest
update-tap-and-build-win32:
name: "🔨 Build win32 and update the tap 🍺"
runs-on: global-containers-mingw
steps:
- uses: actions/checkout@v4
- run: |
env -C Builds/WinToolsIntel bash build.sh
- uses: akkuman/gitea-release-action@v1
env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with:
prerelease: true
files: |-
artifacts/**
- uses: actions/checkout@v4
with:
ref: "master"
@@ -46,5 +59,5 @@ jobs:
git config user.name "Tesses Gitea Bot"
git config user.email "noreply@tesses.net"
git add .
git commit -m "Push tesses-framework=${{ env.VERSION }}"
git commit -m "Push tessesframework=${{ env.VERSION }}"
git push