From 33b80a8a456f33e5c8e778e16033c18d50a86691 Mon Sep 17 00:00:00 2001 From: luo980 Date: Tue, 18 Feb 2025 03:45:00 +0800 Subject: [PATCH] add xmake and compile task --- .gitea/workflows/runner.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/runner.yaml b/.gitea/workflows/runner.yaml index 1442bb1..5677dbf 100644 --- a/.gitea/workflows/runner.yaml +++ b/.gitea/workflows/runner.yaml @@ -23,4 +23,8 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} + - name: install xmake + run: apt install xmake -y + - name: compile the repo + run: xmake build - run: echo "🍏 This job's status is ${{ job.status }}."