1 Star 0 Fork 0

Fosity/pyenv

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peter Dave Hello 提交于 2017-01-01 18:40 +08:00 . Shallow clone bats in makefile
.PHONY: test
# Do not pass in user flags to build tests.
unexport PYTHON_CFLAGS
unexport PYTHON_CONFIGURE_OPTS
test: bats
PATH="./bats/bin:$$PATH" test/run
cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test
bats:
git clone --depth 1 https://github.com/sstephenson/bats.git
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/fosity/pyenv.git
git@gitee.com:fosity/pyenv.git
fosity
pyenv
pyenv
master

搜索帮助