Merge commit '69fcd7ad1056940166a5d9524b4f03578f680834' as 'deps/oxlib'

This commit is contained in:
2026-05-06 01:38:00 -05:00
457 changed files with 53647 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
name: Build
run-name: ${{ gitea.actor }} build and test
on: [push]
jobs:
build:
runs-on: olympic
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: make purge configure-debug
- run: make build
- run: make test
- run: make purge configure-asan
- run: make build
- run: make test
- run: make purge configure-release
- run: make build
- run: make test
- run: make install