jenkins cocos2dx
程序员文章站
2022-03-10 23:03:39
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
推荐阅读
-
centos 7系统下安装Jenkins的步骤详解
-
GIt+jenkins代码自动上线
-
Jenkins常用插件安装
-
Jenkins设置BUILD NUMBER初始值
-
centos下GitLab+Jenkins持续集成环境搭建(安装jenkins)
-
Android Studio插件之Jenkins插件详解
-
Linux下自动化部署ASP.NET CORE 3.1(Docker+Jenkins+Nginx)
-
Jenkins + Docker + dockerfile-maven-plugin + Harbor CI/CD spring-boot项目的最轻量级配置
-
Docker中完成Jenkins的安装
-
jenkins构建Docker 镜像实例详解