jenkins cocos2dx
程序员文章站
2022-06-22 08:48:45
Project excel转lua(构建后更新dataset_debug,用于本地测试)cd /Volumes/DISK/code/client/wly2_lua_svn/StaticDatasvn uprm -rf lua/dataset_debugsh ./convert.shcd lua/dataset_debugsvn add --force ./*svn commit -m 'excel转lua update resource'Project pc端测试包cd /V...
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
上一篇: 我是如何用IDEA调试BUG的?