Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mf
go-multiaddr
Commits
2df5aa69
Commit
2df5aa69
authored
Apr 19, 2019
by
Lars Gierth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: remove gx from build matrix
parent
e791f319
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
.travis.yml
.travis.yml
+1
-2
Makefile
Makefile
+0
-3
No files found.
.travis.yml
View file @
2df5aa69
...
...
@@ -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
...
...
Makefile
View file @
2df5aa69
...
...
@@ -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/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment