当前位置: 移动技术网 > 移动技术>移动开发>Android > jenkins cocos2dx

jenkins cocos2dx

2020年07月09日  | 移动技术网移动技术  | 我要评论

Project excel转lua(构建后更新dataset_debug,用于本地测试)

cd /Volumes/DISK/code/client/wly2_lua_svn/StaticData
svn up
rm -rf lua/dataset_debug
sh ./convert.sh

cd lua/dataset_debug

svn add --force ./*
svn commit -m 'excel转lua update resource'

Project pc端测试包

cd /Volumes/disk/code/client/commit/project_wly2_lua_client/build/scripts
lua make_pc.lua

Project 【外网】android打包

cd /Volumes/disk/code/client/public/project_wly2_lua_client/build/scripts
lua make_mobile.lua platform=android
lua make_plist_mobile.lua platform=android

cd /Volumes/disk/code/client/public/project_wly2_lua_client/build/script_python
python build_pack.py cn online android

Project 【外网】ios android热更

cd /Volumes/disk/code/client/public/project_wly2_lua_client/build/scripts
lua make_mobile.lua platform=ios
lua make_mobile.lua platform=android
lua make_plist_mobile.lua platform=ios
lua make_plist_mobile.lua platform=android

cd /Volumes/disk/code/client/public/project_wly2_lua_client/build/script_python
python build_update.py cn online android
python build_update.py cn online ios

Project 【外网】ios打包

cd /Volumes/disk/code/client/public/project_wly2_lua_client/build/scripts
lua make_mobile.lua platform=ios
lua make_plist_mobile.lua platform=ios

cd /Volumes/disk/code/client/public/project_wly2_lua_client/build/script_python
python build_pack.py cn online ios

Project 同步数据(zhongqilong)

cd /Users/admin/code/client/work/project_wly2_lua_client
sh sync_svn_data.sh

Project 提交 特效 兵种 合图资源

cd /Volumes/DISK/code/client/commit/project_wly2_lua_client/build/scripts
lua make_effect_commit.lua set=effect
lua make_effect_commit_mobile.lua platform=android
lua make_effect_commit_mobile.lua platform=ios

Project 提交策划配置文件

cd /Volumes/DISK/code/client/commit/project_wly2_lua_client

pwd

sh update_xml_lua.sh

git add src/app/static_data/dataset_debug
git commit -m 'update lua config'
git push origin HEAD:refs/for/master

Project 资源合图(panmeng)

cd /Volumes/DISK/code/client/commit/project_wly2_lua_client/build/scripts
pwd
lua make_plist.lua commit_name=panmeng

 

本文地址:https://blog.csdn.net/Jesse__Zhong/article/details/107167576

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网