|
|
|
@ -7,7 +7,11 @@ install: |
|
|
|
|
- export CGO_LDFLAGS="-L$GOPATH/src/github.com/harmony-one/bls/lib -L$GOPATH/src/github.com/harmony-one/mcl/lib" |
|
|
|
|
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GOPATH/src/github.com/harmony-one/bls/lib |
|
|
|
|
- cd $HOME/gopath/src |
|
|
|
|
- cd github.com/harmony-one/harmony |
|
|
|
|
- cd github.com/harmony-one |
|
|
|
|
- git clone git@github.com:harmony-one/mcl.git |
|
|
|
|
- cd mcl |
|
|
|
|
- make test |
|
|
|
|
- cd ../harmony |
|
|
|
|
- go get -t -v ./... |
|
|
|
|
- go get -u golang.org/x/lint/golint |
|
|
|
|
- go get gopkg.in/check.v1 |
|
|
|
|