mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 21:32:11 +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
|
||||
|
||||
install:
|
||||
- test -d ${GOPATH}/bin || mkdir -p ${GOPATH}/bin
|
||||
- wget https://raw.githubusercontent.com/appleboy/golang-testing/master/coverage.sh -O ${GOPATH}/bin/coverage
|
||||
- chmod +x ${GOPATH}/bin/coverage
|
||||
# install dependency tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user