mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-09-13 20:00:10 +08:00
fix: testing
This commit is contained in:
parent
e8ef66a148
commit
4632cc5ac3
@ -15,7 +15,6 @@ pipeline:
|
|||||||
GOPATH: /srv/app
|
GOPATH: /srv/app
|
||||||
commands:
|
commands:
|
||||||
- make ssh-server
|
- make ssh-server
|
||||||
- make dep_install
|
|
||||||
- make vet
|
- make vet
|
||||||
- make lint
|
- make lint
|
||||||
# - make test
|
# - make test
|
||||||
|
6
Makefile
6
Makefile
@ -57,12 +57,6 @@ test:
|
|||||||
html:
|
html:
|
||||||
go tool cover -html=coverage.txt
|
go tool cover -html=coverage.txt
|
||||||
|
|
||||||
dep_install:
|
|
||||||
glide install
|
|
||||||
|
|
||||||
dep_update:
|
|
||||||
glide up
|
|
||||||
|
|
||||||
install: $(SOURCES)
|
install: $(SOURCES)
|
||||||
go install -v -tags '$(TAGS)' -ldflags '$(EXTLDFLAGS)-s -w $(LDFLAGS)'
|
go install -v -tags '$(TAGS)' -ldflags '$(EXTLDFLAGS)-s -w $(LDFLAGS)'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user