add xmake and compile task
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s

This commit is contained in:
luo980 2025-02-18 03:45:00 +08:00
parent 939d580a1f
commit 33b80a8a45

View File

@ -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 }}."