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

Cette révision appartient à :
Sarah Jamie Lewis 2018-06-30 05:53:33 +00:00 révisé par Gogs
révision 078cca7a3c
2 fichiers modifiés avec 13 ajouts et 1 suppressions

13
.drone.yml Fichier normal
Voir le fichier

@ -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 externe
Voir le fichier

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