mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
(mishards): add Makefile
This commit is contained in:
parent
4167cecc9f
commit
2205d0129e
15
shards/Makefile
Normal file
15
shards/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
build:
|
||||
docker build --network=host -t milvusdb/mishards .
|
||||
push:
|
||||
docker push milvusdb/mishards
|
||||
pull:
|
||||
docker pull milvusdb/mishards
|
||||
deploy:
|
||||
cd all_in_one && docker-compose -f all_in_one.yml up -d && cd -
|
||||
clean:
|
||||
rm -rf cov_html
|
||||
cd all_in_one && docker-compose -f all_in_one.yml down && cd -
|
||||
check_style:
|
||||
pycodestyle --config=.
|
||||
make test:
|
||||
pytest --cov-report html:cov_html --cov=mishards
|
Loading…
Reference in New Issue
Block a user