This repository has been archived on 2023-12-12. You can view files and clone it, but cannot push or open issues or pull requests.
alidns/.drone.yml
jiacai_wang 802593c63b
All checks were successful
continuous-integration/drone Build is passing
更新 '.drone.yml'
2022-07-01 20:41:27 +08:00

14 lines
246 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
commands:
- pwd && ls
- go env -w GOPROXY=https://proxy.golang.com.cn,direct
- go mod init alidns && go mod tidy
- go build alidns.go
- go test