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 7df0339 commit ed55ebcCopy full SHA for ed55ebc
Makefile
@@ -12,10 +12,8 @@ deps: gx covertools
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 && ./multihash --version
16
- export MULTIHASH_BIN="$(TRAVIS_BUILD_DIR)/multihash/multihash"
17
- export TEST_EXPENSE=1
18
- 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
19
20
publish:
21
gx-go rewrite --undo
0 commit comments