We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed55ebc commit 53509d3Copy full SHA for 53509d3
Makefile
@@ -11,9 +11,9 @@ deps: gx covertools
11
gx-go rewrite
12
13
sharness: deps
14
- git clone https://github.com/multiformats/multihash.git $(TRAVIS_BUILD_DIR)/sharness
15
- cd $(TRAVIS_BUILD_DIR)/multihash && go build -v . && ls && chmod +x ./multihash
16
- export MULTIHASH_BIN="$(TRAVIS_BUILD_DIR)/multihash/multihash" && export TEST_EXPENSE=1 && make -j1 -C $(TRAVIS_BUILD_DIR)/sharness/tests/sharness
+ git clone https://github.com/multiformats/multihash.git $(PWD)/sharness
+ cd $(PWD)/multihash && go build -v . && ls && chmod +x ./multihash
+ export MULTIHASH_BIN="$(PWD)/multihash/multihash" && export TEST_EXPENSE=1 && make -j1 -C $(PWD)/sharness/tests/sharness
17
18
publish:
19
gx-go rewrite --undo
0 commit comments