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 committad av Gogs
förälder 2ba0b349e6 0d7f51dd86
incheckning 078cca7a3c
2 ändrade filer med 13 tillägg och 1 borttagningar

13
.drone.yml Normal file
Visa fil

@ -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
Visa fil

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