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

Esse commit está contido em:
Sarah Jamie Lewis 2018-06-30 05:53:33 +00:00 commit de Gogs
commit 078cca7a3c
2 arquivos alterados com 13 adições e 1 exclusões

13
.drone.yml Normal file
Ver arquivo

@ -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 externo
Ver arquivo

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