Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p-quic-transport
Commits
baafdd62
Unverified
Commit
baafdd62
authored
Aug 01, 2018
by
Marten Seemann
Committed by
GitHub
Aug 01, 2018
Browse files
Merge pull request #26 from libp2p/gx-stuff
make the gx build work
parents
4ab984ad
fac31145
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
baafdd62
...
...
@@ -14,17 +14,18 @@ env:
# second part of the GOARCH workaround
# now actually set the GOARCH env variable to the value of the temporary variable set earlier
before_install
:
-
go get golang.org/x/tools/cmd/cover
-
go get github.com/onsi/ginkgo/ginkgo
-
go get github.com/onsi/gomega
-
make deps
-
export GOARCH=$TRAVIS_GOARCH
-
go env
# for debugging
script
:
-
go get -t ./...
-
ginkgo -r --cover --randomizeAllSpecs --randomizeSuites --trace --progress
after_success
:
-
cat libp2p-quic-transport.coverprofile > coverage.txt
-
cat
go-
libp2p-quic-transport.coverprofile > coverage.txt
-
cat */*.coverprofile >> coverage.txt
-
bash <(curl -s https://codecov.io/bash) -f coverage.txt
cache
:
directories
:
-
$GOPATH/src/gx
Makefile
0 → 100644
View file @
baafdd62
gx
:
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
testutils
:
go get golang.org/x/tools/cmd/cover
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega
deps
:
gx testutils
gx
--verbose
install
--global
gx-go rewrite
package.json
View file @
baafdd62
{
"author"
:
"marten-seemann"
,
"bugs"
:
{
"url"
:
"github.com/
marten-seemann/
libp2p-quic-transport"
"url"
:
"github.com/
libp2p/go-
libp2p-quic-transport"
},
"gx"
:
{
"dvcsimport"
:
"github.com/
marten-seemann/
libp2p-quic-transport"
"dvcsimport"
:
"github.com/
libp2p/go-
libp2p-quic-transport"
},
"gxDependencies"
:
[
{
"author"
:
"marten-seemann"
,
"hash"
:
"QmbapvVZg9QkfWBeDmLK314rXbHim6xdeGFBr4TfZJrbga"
,
"name"
:
"quic-conn"
,
"version"
:
"0.1.0"
},
{
"author"
:
"multiformats"
,
"hash"
:
"QmcyqRMCAXVtYPS4DiBrA7sezL9rRGfW8Ctx7cywL4TXJj"
,
"name"
:
"go-multiaddr"
,
"version"
:
"1.2.2"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"QmSkUKdsSrEo1v28Y3NJ7vQT7jmbxg87g8ucbhctwHEqb4"
,
"name"
:
"mafmt"
,
"version"
:
"1.2.2"
"hash"
:
"QmPL1Q7edxM6bHUy7rNjo6izmVte7fSbii64kr21wqmoZ2"
,
"name"
:
"quic-go"
,
"version"
:
"0.8.0"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
SKoeo64CA54WNWqzVXHi5aT2LbgzP7B9VzQjW5yh7d4H
"
,
"hash"
:
"Qm
W5LxJm2Yo3S7uVsfLM7NsJn2QnKbvZD7uYsZVYR7YViE
"
,
"name"
:
"go-libp2p-transport"
,
"version"
:
"2.2.7"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"QmcBtDaHnRxNpmJA6DwsWSUsUPVobRsoYFFkx1HnHMfY2v"
,
"name"
:
"go-libp2p-peerstore"
,
"version"
:
"1.4.7"
"version"
:
"3.0.5"
}
],
"gxVersion"
:
"0.11.0"
,
"language"
:
"go"
,
"license"
:
""
,
"name"
:
"libp2p-quic-transport"
,
"name"
:
"
go-
libp2p-quic-transport"
,
"releaseCmd"
:
"git commit -a -m
\"
gx publish $VERSION
\"
"
,
"version"
:
"0.1.0"
}
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