Merge branch 'drone' of cwtch.im/cwtch into master

This commit is contained in:
Sarah Jamie Lewis 2018-06-30 05:53:33 +00:00 committed by Gogs
當前提交 078cca7a3c
共有 2 個文件被更改,包括 13 次插入1 次删除

13
.drone.yml Normal file
查看文件

@ -0,0 +1,13 @@
workspace:
base: /go
path: src/cwtch.im/cwtch
pipeline:
build:
image: golang
commands:
- go list ./... | xargs go get
- go get -u github.com/golang/lint/golint
- go list ./... | xargs go vet
- go list ./... | xargs golint -set_exit_status
- sh testing/tests.sh

1
.gitignore vendored
查看文件

@ -5,4 +5,3 @@
*.test
*/*test_*
*/*_test*
.*