5 Star 0 Fork 0

GuaiYiHu / Flyme_device_cancro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
workflow.xml 1.87 KB
一键复制 编辑 原始数据 按行查看 历史
GuaiYiHu 提交于 2017-05-04 09:06 . newproject
<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>
1
https://gitee.com/guaiyihu/flyme_device_cancro.git
git@gitee.com:guaiyihu/flyme_device_cancro.git
guaiyihu
flyme_device_cancro
Flyme_device_cancro
cm-13.0

搜索帮助