New go-libp2p-daemon building steps.

This commit is contained in:
cheatfate 2019-03-07 01:30:03 +02:00
parent dc2d0538ff
commit 845cbeb0bd
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 4 additions and 3 deletions

View File

@ -46,9 +46,10 @@ install:
}"
- export PATH=$PWD/nim/$NIMVER/bin:$GOPATH/bin:$PATH
- go version
- go get -v github.com/libp2p/go-libp2p-daemon
- cd $GOPATH/src/github.com/libp2p/go-libp2p-daemon
- make
- git clone https://github.com/libp2p/go-libp2p-daemon
- cd go-libp2p-daemon
- git checkout v0.0.1
- go install ./...
- cd $HOME/build/status-im/nim-libp2p
script: