1 Star 0 Fork 2

Art_Chen/Lenovo_K50_T5_Flyme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
workflow.xml 1.87 KB
一键复制 编辑 原始数据 按行查看 历史
Po.Chan 提交于 2015-07-13 23:31 . config
<workflow>
<phase action="init">
<state>inactive</state>
<next action="config" />
</phase>
<phase action="config">
<state>inactive</state>
<next action="newproject" />
<sequence>
<command>makeconfig</command>
</sequence>
</phase>
<phase action="newproject">
<state>inactive</state>
<prev action="config" />
<next action="patchall" />
<sequence>
<command>make newproject</command>
<command>git init</command>
<command>git add --all</command>
<command>git commit -am "newproject"</command>
</sequence>
</phase>
<phase action="patchall">
<state>inactive</state>
<prev action="newproject" />
<next action="autofix" />
<sequence>
<command>make patchall</command>
</sequence>
</phase>
<phase action="autofix">
<state>inactive</state>
<prev action="patchall" />
<next action="fullota" />
<sequence>
<command>make autofix</command>
</sequence>
</phase>
<phase action="fullota">
<state>inactive</state>
<next action="final" />
<sequence>
<command>make</command>
</sequence>
</phase>
<phase action="final">
<state>inactive</state>
</phase>
<phase action="clean">
<sequence>
<command>make clean</command>
</sequence>
</phase>
<phase action="cleanall">
<sequence>
<command>make clean-all</command>
</sequence>
</phase>
<phase action="upgrade">
<sequence>
<command>make upgrade</command>
</sequence>
</phase>
<phase action="porting">
<sequence>
<command>make porting</command>
</sequence>
</phase>
</workflow>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Art-Chen/Lenovo_K50_T5_Flyme.git
git@gitee.com:Art-Chen/Lenovo_K50_T5_Flyme.git
Art-Chen
Lenovo_K50_T5_Flyme
Lenovo_K50_T5_Flyme
master

搜索帮助