gitea test

This commit is contained in:
Nigel Stewart 2025-06-19 14:11:16 +10:00
parent 55fdc08158
commit 6c1c4458b3

View File

@ -6,9 +6,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Code Generation
- run: make -C auto clobber
- run: make extensions
- run: make dist-src
- name: Build Binaries
- run: make clean && SYSTEM=linux make
- run: make clean && SYSTEM=linux-osmesa make
- run: make clean && SYSTEM=linux-egl make