1 Star 4 Fork 0

wptoux/fastgm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
makefile 703 Bytes
一键复制 编辑 原始数据 按行查看 历史
wptoux 提交于 2022-02-16 10:27 . add cov
.PHONY: build dist redist install install-from-source clean uninstall
dev:
CYTHONIZE=1 python setup.py develop
test: clean dev
pytest --junitxml reports/junit/junit.xml
pytest --cov
coverage xml -o reports/coverage/coverage.xml
genbadge tests -o reports/tests.svg
genbadge coverage -o reports/coverage.svg
build:
CYTHONIZE=1 python setup.py build
dist:
CYTHONIZE=1 python setup.py sdist bdist_wheel
redist: clean dist
install:
CYTHONIZE=1 pip install .
clean: uninstall
$(RM) -r build dist src/*.egg-info
$(RM) -r src/fastgm/*.c
$(RM) -r .pytest_cache
$(RM) -r src/*.so src/fastgm/*.so
find . -name __pycache__ -exec rm -r {} +
#git clean -fdX
uninstall:
pip uninstall -y fastgm
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wptoux/fastgm.git
git@gitee.com:wptoux/fastgm.git
wptoux
fastgm
fastgm
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385