ci: use gitea actions instead of drone #40

Merged
张泊明518370910136 merged 40 commits from actions into master 2024-09-20 08:03:01 +08:00
Showing only changes of commit d2d34b30f2 - Show all commits

View File

@ -21,6 +21,14 @@ jobs:
run: | run: |
ls -lha ls -lha
whoami whoami
- name: Install & Run go-judge
run: |
cd /tmp
wget https://ghp.ci/https://github.com/criyle/go-judge/releases/download/v1.8.5/go-judge_1.8.5_linux_amd64.deb
dpkg -i go-judge_1.8.5_linux_amd64.deb
rm go-judge_1.8.5_linux_amd64.deb
go-judge -grpc-addr 0.0.0.0:5051 -enable-grpc -enable-debug -enable-metrics &
cd -
- name: Display Go version - name: Display Go version
run: go version run: go version
- name: Prepare - name: Prepare