1
0
Fork 0

Disable CGO when testing Go
continuous-integration/drone/push Build is failing Details

main
Ambrose Chua 2018-12-01 01:05:11 +08:00 committed by GitHub
parent 5cc416a589
commit 7a51df0da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ steps:
- ./.install/repositories.sh
- ./.install/golang.sh
- go version
- CGO_ENABLED=0
- go get github.com/golang/example/hello
- $HOME/go/bin/hello
---