Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
rm gx
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Apr 27, 2019
1 parent b174046 commit e53361d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 109 deletions.
1 change: 0 additions & 1 deletion .gx/lastpubver

This file was deleted.

2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:

# disable travis install
install:
- make deps
- go get -d github.com/ipfs/go-ipfs
- (cd $GOPATH/src/github.com/ipfs/go-ipfs; make install)

Expand All @@ -25,7 +24,6 @@ script:

cache:
directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod
- $HOME/.cache/go-build

Expand Down
20 changes: 4 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
all: deps
gx:
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
deps: gx
gx --verbose install --global
gx-go rewrite
test: deps
gx test -v -race -coverprofile=coverage.txt -covermode=atomic .
rw:
gx-go rewrite
rwundo:
gx-go rewrite --undo
publish: rwundo
gx publish
.PHONY: all gx deps test rw rwundo publish
test:
go test -v -race -coverprofile=coverage.txt -covermode=atomic .

.PHONY: test
90 changes: 0 additions & 90 deletions package.json

This file was deleted.

0 comments on commit e53361d

Please sign in to comment.