add xmake and compile task
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
This commit is contained in:
parent
939d580a1f
commit
33b80a8a45
@ -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 }}."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user