This commit is contained in:
cheatfate 2018-11-19 05:58:52 +02:00
parent e8d85bc79a
commit 65e606649c
1 changed files with 7 additions and 6 deletions

View File

@ -13,10 +13,12 @@ cache:
- nim - nim
- $HOME/go/src/gx - $HOME/go/src/gx
os: matrix:
- linux include:
- osx - os: linux
- os: osx
before_install:
- export GOPATH=$HOME/go
go: go:
- "1.11.x" - "1.11.x"
@ -39,9 +41,8 @@ install:
cd ../.. ; cd ../.. ;
}" }"
- export PATH=$PWD/nim/$NIMVER/bin:$HOME/go/bin:$PATH - export PATH=$PWD/nim/$NIMVER/bin:$HOME/go/bin:$PATH
- echo $GOPATH
- go get -v github.com/libp2p/go-libp2p-daemon - go get -v github.com/libp2p/go-libp2p-daemon
- cd $HOME/go/src/github.com/libp2p/go-libp2p-daemon - cd $GOPATH/src/github.com/libp2p/go-libp2p-daemon
- make - make
- cd $HOME/build/status-im/nim-libp2p - cd $HOME/build/status-im/nim-libp2p