Skip to content

Commit

Permalink
more fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
tabrath committed Feb 27, 2017
1 parent 7df0339 commit ed55ebc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ deps: gx covertools

sharness: deps
git clone https://github.com/multiformats/multihash.git $(TRAVIS_BUILD_DIR)/sharness
cd $(TRAVIS_BUILD_DIR)/multihash && go build -v . && ls && chmod +x ./multihash && ./multihash --version
export MULTIHASH_BIN="$(TRAVIS_BUILD_DIR)/multihash/multihash"
export TEST_EXPENSE=1
make -j1 -C $(TRAVIS_BUILD_DIR)/sharness/tests/sharness
cd $(TRAVIS_BUILD_DIR)/multihash && go build -v . && ls && chmod +x ./multihash
export MULTIHASH_BIN="$(TRAVIS_BUILD_DIR)/multihash/multihash" && export TEST_EXPENSE=1 && make -j1 -C $(TRAVIS_BUILD_DIR)/sharness/tests/sharness

publish:
gx-go rewrite --undo

0 comments on commit ed55ebc

Please sign in to comment.