You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
163 B

2 years ago
workspace:
base: /go
path: src/gogs.kikakika.com/lihongfeng/first
2 years ago
pipeline:
build:
image: golang:1.10.2
commands:
- go test
- go build