mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-17 14:12:16 +08:00
check bin folder exist.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
66f3dcfdad
commit
83605b37d6
@ -8,6 +8,7 @@ go:
|
|||||||
- tip
|
- tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- test -d ${GOPATH}/bin || mkdir -p ${GOPATH}/bin
|
||||||
- wget https://raw.githubusercontent.com/appleboy/golang-testing/master/coverage.sh -O ${GOPATH}/bin/coverage
|
- wget https://raw.githubusercontent.com/appleboy/golang-testing/master/coverage.sh -O ${GOPATH}/bin/coverage
|
||||||
- chmod +x ${GOPATH}/bin/coverage
|
- chmod +x ${GOPATH}/bin/coverage
|
||||||
# install dependency tools
|
# install dependency tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user