mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-06-01 10:05:31 +00:00
Overhaul cmake configuration, add console api, fix http code that caused issues with cgi-bin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user