Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shushanfx/ldap
https://github.com/shushanfx/ldap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shushanfx/ldap
- Owner: shushanfx
- Created: 2015-04-01T04:57:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T04:55:45.000Z (over 9 years ago)
- Last Synced: 2024-04-25T00:02:55.913Z (9 months ago)
- Language: JavaScript
- Size: 480 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gradle构建工具
Gradle构建工具是针对VR开发的一系列构建工具,包括两个部分:pc(pc_vr)和无线(wap_vr)。
两者主要是配置不一致以及包含部分不一致的代码实现,但是构建流程保持一致。## pc_vr
````
pc端构建工具:
* 初始化;
* 生成dev版本;
* 生成test版本;
* 生成online版本;
* 合并至trunk;
* 预览;
* 模板校验;
````## wap_vr
````
无线端构建工具:
* 初始化;
* 生成dev版本;
* 生成test版本;
* 生成online版本;
* 合并至trunk;
* 预览;
* 模板校验;
````