Git Product home page Git Product logo

ideploy's Introduction

ideploy

Usage

PreBuild tools

idepoly.py

用于build前 替换一些文件和字段

应用场景
  • 多渠道build
  • 不同包显示不同的icon或者splash
配置文件 ci.yml
replace_from_pics:
需要替换的文件路径集合  
replace_to_pics:
需要被替换的文件路径集合

template_source_files:
需要替换的文本文件路径集合,需要被替换的内容使用 {{replace_content}}表示,例如 {{id}}
template_target_files:
需要被替换的文本文件路径集合 
定义一个replace_content,例如 replace_content: Hello Yaml
运行
python idepoly.py (默认加载ci.yml)
python idepoly.py xx.yml (自定义的yml,格式参考ci.yml)

AfterBuild tools

firupload.py

用于打包完后上传到 fir

应用场景
打包好的x.ipa 或者 xx.apk 需要给QA进行测试,可以通过fir进行分发
Install
 sudo easy_install clint
 sudo easy_install requests
 sudo easy_install requests_toolbelt
config.yml
appid: 应用id (android: applicationId, ios:bundleId)
token: fir 提供的 token
filepath: xx.ipa/xx.apk 的路径
type: ios/android
运行
python firupload.py

pgupload.py

用于打包完后上传到 pgyer

应用场景
打包好的x.ipa 或者 xx.apk 需要给QA进行测试,可以通过pgyer进行分发
Install
 sudo easy_install clint
 sudo easy_install requests
 sudo easy_install requests_toolbelt
pgconfig.yml
运行
python pgupload.py

blog: beiliubei

ideploy's People

Contributors

beiliubei avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.