mirror of
https://github.com/logos-messaging/go-multiaddr.git
synced 2026-01-02 21:13:12 +00:00
ci: remove gx from build matrix
This commit is contained in:
parent
e791f319f0
commit
2df5aa6906
@ -9,8 +9,8 @@ go:
|
||||
env:
|
||||
global:
|
||||
- GOTFLAGS="-race"
|
||||
- GO111MODULE=on
|
||||
matrix:
|
||||
- BUILD_DEPTYPE=gx
|
||||
- BUILD_DEPTYPE=gomod
|
||||
|
||||
|
||||
@ -24,7 +24,6 @@ script:
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $GOPATH/src/gx
|
||||
- $GOPATH/pkg/mod
|
||||
- /home/travis/.cache/go-build
|
||||
|
||||
|
||||
3
Makefile
3
Makefile
@ -13,15 +13,12 @@ publish:
|
||||
gx-go rewrite --undo
|
||||
|
||||
conformance: tmp/multiaddr
|
||||
go get -d -v .
|
||||
go build -o tmp/multiaddr/test/go-multiaddr ./multiaddr
|
||||
cd tmp/multiaddr/test && MULTIADDR_BIN="./go-multiaddr" go test -v
|
||||
|
||||
tmp/multiaddr:
|
||||
mkdir -p tmp/
|
||||
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:
|
||||
rm -rf tmp/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user