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

Bu işleme şunda yer alıyor:
Sarah Jamie Lewis 2018-06-30 05:53:33 +00:00 işlemeyi yapan: Gogs
işleme 078cca7a3c
2 değiştirilmiş dosya ile 13 ekleme ve 1 silme

13
.drone.yml Normal dosya
Dosyayı Görüntüle

@ -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 sağlanmış
Dosyayı Görüntüle

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