You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.2 KiB
33 lines
1.2 KiB
# 构建脚本 mgame_share下 MacBuild xcode证书签名更换 需要将构建脚本中的signUUID更换
|
|
|
|
1、 工程路径 share 下边
|
|
|
|
/mGame/mgame_share/ExcelExport/excelTolua.py
|
|
|
|
/mGame/mgame_share/protocol/export_lua.py
|
|
|
|
2、 工程路径 cli 下边
|
|
|
|
/mGame/mgame_cli/tools/jenkins_script/generate_components.py
|
|
|
|
|
|
3、跑逻辑表生成的文件需要在 cli git还原之后生成 或者在git中忽略生成的文件夹
|
|
在/mGame/mgame_share/MacBuild之下的 buifor(xxx) 中git reset --hard之后运行
|
|
|
|
/mGame/mgame_share/ExcelExport/run_SpeedMac.sh
|
|
|
|
并且路径问题 生成出来你需要的表 /mGame/mgame_share/ExcelExport/osx.10.12-x64/GameConfig/Server
|
|
|
|
要cp在 工程cli之下的/mGame/mgame_cli/mGame/Assets/Resources/SvrDesc
|
|
|
|
4、运行HotFix
|
|
|
|
mgame_share之下的 /mGame/mgame_share/BuildHotFix.sh $project $destDir 会有两个路径传值进去,分别是hotfix文件路径和生成路径 还需运行mdtool ( sh脚本设置的全局命令行指令 )
|
|
|
|
project=/mGame/mgame_share/ILRuntime/HotFix_Project
|
|
destDir=/mGame/mgame_cli/mGame/Assets/Resources/HotFixBytes
|
|
|
|
4、jenkins构建失败 会有log日志 可以查看错误信息 在/mGame/log
|
|
|
|
Svn管理的文件在第一次上传的时候,文件没有执行权限,那么默认后续都将没有执行权限。如果需要修改文件为可执行时
|
|
可以用命令svn prospect svn:executable on filename ,来把文件属性改为可执行。
|