From 6c1c4458b36423e1d7104c110fd47cef2d4665ec Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Thu, 19 Jun 2025 14:11:16 +1000 Subject: [PATCH] gitea test --- .gitea/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index fd6756a..ed114c6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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