OSDN Git Service

fix
authorHAOYUatHZ <haoyu@protonmail.com>
Mon, 10 Jun 2019 01:20:45 +0000 (09:20 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Mon, 10 Jun 2019 01:20:45 +0000 (09:20 +0800)
Makefile

index b81530d..7806d34 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -137,6 +137,9 @@ benchmark:
 functional-tests:
        @go test -timeout=5m -tags="functional" ./test 
 
-ci: test
+ci-bytom:
+       git clone --branch master https://github.com/Bytom/bytom.git /go/src/github.com/bytom
+
+ci: ci-bytom test
 
 .PHONY: all target release-all clean test benchmark