1 Star 0 Fork 0

ymdzq/devices-i9505-gpe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
workflow.xml 1.87 KB
一键复制 编辑 原始数据 按行查看 历史
ymdzq 提交于 2015-11-10 16:09 . 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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ymdzq/devices-i9505-gpe.git
[email protected]:ymdzq/devices-i9505-gpe.git
ymdzq
devices-i9505-gpe
devices-i9505-gpe
lollipop-5.1

搜索帮助