mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-01-13 10:16:08 +00:00
Fix #7.
This commit is contained in:
parent
1211ffbb5c
commit
5c167b231d
@ -16,6 +16,8 @@ cache:
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
before_install:
|
||||||
|
- export GOPATH=$HOME/go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.11.x"
|
- "1.11.x"
|
||||||
@ -41,7 +43,7 @@ install:
|
|||||||
- "export PATH=$PWD/nim/$NIMVER/bin:$PATH"
|
- "export PATH=$PWD/nim/$NIMVER/bin:$PATH"
|
||||||
- go get -v github.com/libp2p/go-libp2p-daemon
|
- go get -v github.com/libp2p/go-libp2p-daemon
|
||||||
- cd $GOPATH/src/github.com/libp2p/go-libp2p-daemon
|
- cd $GOPATH/src/github.com/libp2p/go-libp2p-daemon
|
||||||
- make
|
- cd $HOME
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nimble install -y
|
- nimble install -y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user