ci: remove drone
All checks were successful
checks / build (push) Successful in 1m1s
checks / build (pull_request) Successful in 1m8s

This commit is contained in:
张泊明518370910136 2024-09-19 18:43:44 -04:00
parent d33336e98d
commit 9f2a26dc1e
GPG Key ID: D47306D7062CDA9D

View File

@ -1,31 +0,0 @@
---
kind: pipeline
type: ssh
name: CI
server:
host: 111.186.59.59
user: drone
ssh_key:
from_secret: joj3-test
steps:
- name: prepare
commands:
- go env -w GOPROXY=https://goproxy.cn,direct
- whoami
- pwd
- env
- go version
- go env
- git status -v
- git log -1
- name: build
commands:
- make
- name: test
commands:
- make prepare-test
- make test
- name: store
commands:
- cp build/joj3 /home/drone/.local/bin/joj3