зеркало из https://github.com/mislav/hub.git
Update scripts to point to godep
This commit is contained in:
Родитель
2dc27e7ed5
Коммит
a98278ac15
|
@ -1,5 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
go get -d -v ./...
|
||||
go get -u github.com/bmizerany/assert
|
||||
go get -u github.com/jingweno/gotask
|
||||
go get github.com/kr/godep
|
||||
go get github.com/jingweno/gotask
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
script/bootstrap
|
||||
go build -v ./...
|
||||
godep go build -v ./...
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
go fmt ./...
|
||||
godep go fmt ./...
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
script/fmt
|
||||
go test -v ./...
|
||||
godep go test -v ./...
|
||||
|
|
Загрузка…
Ссылка в новой задаче