We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
加入github action编译生成不同环境依赖
The text was updated successfully, but these errors were encountered:
持续集成是2.0版本的重点工作之一,之前一直想做来着,研究了一下别人咋做的发现别人都是把各语言的binding放在单独的仓库中,尤其是go的binding 但是crp由于采用单仓库架构,要是把所有的action写到一个仓库里构建时间会非常长,然后release里也可能会出好几十个包,毕竟光Python就有十几种组合。。。 所以计划2.0或3.0版本将binding拆分到单独仓库并单独写各自的action
Sorry, something went wrong.
字词
No branches or pull requests
加入github action编译生成不同环境依赖
The text was updated successfully, but these errors were encountered: