mirror of
https://github.com/logos-messaging/go-multiaddr.git
synced 2026-01-04 05:53:05 +00:00
ci: remove gx from build matrix
This commit is contained in:
parent
e791f319f0
commit
2df5aa6906
@ -9,8 +9,8 @@ go:
|
|||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- GOTFLAGS="-race"
|
- GOTFLAGS="-race"
|
||||||
|
- GO111MODULE=on
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD_DEPTYPE=gx
|
|
||||||
- BUILD_DEPTYPE=gomod
|
- BUILD_DEPTYPE=gomod
|
||||||
|
|
||||||
|
|
||||||
@ -24,7 +24,6 @@ script:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $GOPATH/src/gx
|
|
||||||
- $GOPATH/pkg/mod
|
- $GOPATH/pkg/mod
|
||||||
- /home/travis/.cache/go-build
|
- /home/travis/.cache/go-build
|
||||||
|
|
||||||
|
|||||||
3
Makefile
3
Makefile
@ -13,15 +13,12 @@ publish:
|
|||||||
gx-go rewrite --undo
|
gx-go rewrite --undo
|
||||||
|
|
||||||
conformance: tmp/multiaddr
|
conformance: tmp/multiaddr
|
||||||
go get -d -v .
|
|
||||||
go build -o tmp/multiaddr/test/go-multiaddr ./multiaddr
|
go build -o tmp/multiaddr/test/go-multiaddr ./multiaddr
|
||||||
cd tmp/multiaddr/test && MULTIADDR_BIN="./go-multiaddr" go test -v
|
cd tmp/multiaddr/test && MULTIADDR_BIN="./go-multiaddr" go test -v
|
||||||
|
|
||||||
tmp/multiaddr:
|
tmp/multiaddr:
|
||||||
mkdir -p tmp/
|
mkdir -p tmp/
|
||||||
git clone https://github.com/multiformats/multiaddr tmp/multiaddr/
|
git clone https://github.com/multiformats/multiaddr tmp/multiaddr/
|
||||||
# TODO(lgierth): drop this once multiaddr test suite is merged
|
|
||||||
git --work-tree=tmp/multiaddr/ --git-dir=tmp/multiaddr/.git checkout feat/test
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf tmp/
|
rm -rf tmp/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user