-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,10 @@ jobs: | |
|
||
- name: Set up Cocos environment | ||
run: | | ||
# 安装 Cocos2d-x 3.6 的 iOS 开发环境 | ||
# 安装 Cocos2d-x 的 iOS 开发环境 | ||
# 这里根据你的具体安装方式和版本进行设置 | ||
# 例如,使用 Cocos2d-x 3.6 的安装命令示例: | ||
git clone https://github.com/cocos2d/cocos2d-x.git | ||
brew link --overwrite [email protected] | ||
brew reinstall [email protected] | ||
cd cocos2d-x | ||
python download-deps.py | ||
|
@@ -27,9 +27,8 @@ jobs: | |
- name: Build iOS App | ||
run: | | ||
# 使用 Cocos2d-x 3.6 的命令行工具进行编译 | ||
# 这里根据你的项目配置和要求进行设置 | ||
# 例如,使用 Cocos2d-x 3.6 编译 iOS 应用程序的命令示例: | ||
# 使用 Cocos2d-x 的命令行工具进行编译 | ||
# 这里根据你的项目配置和要求进行设置: | ||
cd cocos2d-x | ||
./setup.py | ||
source FILE_TO_SAVE_SYSTEM_VARIABLE | ||
|