Skip to content

Commit

Permalink
refactory: add install (milvus-io#240)
Browse files Browse the repository at this point in the history
Signed-off-by: Ji Bin <[email protected]>
  • Loading branch information
matrixji authored Jun 26, 2023
1 parent 93be159 commit 4d56589
Show file tree
Hide file tree
Showing 356 changed files with 40 additions and 25,990 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ build-sdk-release:
@echo "Building Milvus SDK release version ..."
@(env bash $(PWD)/scripts/build.sh -t Release)

install: install-release

install-release:
@echo "Installing Milvus SDK release version ..."
@(env bash $(PWD)/scripts/build.sh -i -t Release)

install-debug:
@echo "Installing Milvus SDK debug version ..."
@(env bash $(PWD)/scripts/build.sh -i -t Debug)

test:
@echo "Testing with Milvus SDK"
@(env bash $(PWD)/scripts/build.sh -u)
Expand Down
78 changes: 0 additions & 78 deletions doc/html/_base_param_8h_source.html

This file was deleted.

101 changes: 0 additions & 101 deletions doc/html/_calc_distance_arguments_8h_source.html

This file was deleted.

Loading

0 comments on commit 4d56589

Please sign in to comment.