Skip to content

Commit 53509d3

Browse files
committed
Changed environment variable
TRAVIS_BUILD_DIR -> PWD License: MIT Signed-off-by: Trond Bråthen <[email protected]>
1 parent ed55ebc commit 53509d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ deps: gx covertools
1111
gx-go rewrite
1212

1313
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
14+
git clone https://github.com/multiformats/multihash.git $(PWD)/sharness
15+
cd $(PWD)/multihash && go build -v . && ls && chmod +x ./multihash
16+
export MULTIHASH_BIN="$(PWD)/multihash/multihash" && export TEST_EXPENSE=1 && make -j1 -C $(PWD)/sharness/tests/sharness
1717

1818
publish:
1919
gx-go rewrite --undo

0 commit comments

Comments
 (0)