mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add rocksdb compile step for ut (#13156)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
304b6fedd9
commit
5c19eef8ce
1
Makefile
1
Makefile
@ -107,6 +107,7 @@ build-cpp-with-unittest:
|
||||
@echo "Building Milvus cpp library with unittest ..."
|
||||
@(env bash $(PWD)/scripts/core_build.sh -u -c -f "$(CUSTOM_THIRDPARTY_PATH)")
|
||||
@(env bash $(PWD)/scripts/cwrapper_build.sh -t Release -f "$(CUSTOM_THIRDPARTY_PATH)")
|
||||
@(env bash $(PWD)/scripts/cwrapper_rocksdb_build.sh -t Release -f "$(CUSTOM_THIRDPARTY_PATH)")
|
||||
|
||||
# Run the tests.
|
||||
unittest: test-cpp test-go
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user