18 Star 176 Fork 36

vearch / vearch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
ansj 提交于 2019-10-31 14:28 . Update .travis.yml
language: python
services:
- docker
before_install:
- docker pull docker.io/ansj/vearch_env:0.2
- docker tag docker.io/ansj/vearch_env:0.2 vearch_env
- docker images
- cd cloud
- echo "Compile Vearch"
- ./compile.sh
- echo "Make Vearch Image"
- ./build.sh
- echo "Start service by all in one model"
- cat ../config/config.toml.example > config.toml
- nohup docker run -p 8817:8817 -p 9001:9001 -v $PWD/config.toml:/vearch/config.toml ansj/vearch:0.2 all &
- sleep 30
- cat nohup.out
- cd ../test
install :
- pip install requests
script:
- pytest
Go
1
https://gitee.com/vearch/vearch.git
git@gitee.com:vearch/vearch.git
vearch
vearch
vearch
master

搜索帮助