-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use boost-bcp to reduce external size
- Loading branch information
1 parent
839a086
commit ba05910
Showing
4 changed files
with
836 additions
and
396 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 |
---|---|---|
|
@@ -25,6 +25,11 @@ jobs: | |
run: | | ||
EXT_VERSION=`node ./.github/workflows/get-native-external-version.js` | ||
git clone --branch $EXT_VERSION --depth 1 https://github.com/cocos/cocos-engine-external native/external | ||
- name: Minimize external | ||
shell: bash | ||
run: | | ||
npm install | ||
node native/utils/clear-platform.js | ||
- name: Install deps | ||
uses: humbletim/[email protected] | ||
with: | ||
|
@@ -69,6 +74,11 @@ jobs: | |
run: | | ||
EXT_VERSION=`node ./.github/workflows/get-native-external-version.js` | ||
git clone --branch $EXT_VERSION --depth 1 https://github.com/cocos/cocos-engine-external native/external | ||
- name: Minimize external | ||
shell: bash | ||
run: | | ||
npm install | ||
node native/utils/clear-platform.js | ||
- uses: nttld/setup-ndk@v1 | ||
id: setup-ndk | ||
with: | ||
|
@@ -139,6 +149,11 @@ jobs: | |
run: | | ||
EXT_VERSION=`node ./.github/workflows/get-native-external-version.js` | ||
git clone --branch $EXT_VERSION --depth 1 https://github.com/cocos/cocos-engine-external native/external | ||
- name: Minimize external | ||
shell: bash | ||
run: | | ||
npm install | ||
node native/utils/clear-platform.js | ||
- uses: nttld/setup-ndk@v1 | ||
id: setup-ndk | ||
with: | ||
|
@@ -212,6 +227,11 @@ jobs: | |
run: | | ||
EXT_VERSION=`node ./.github/workflows/get-native-external-version.js` | ||
git clone --branch $EXT_VERSION --depth 1 https://github.com/cocos/cocos-engine-external native/external | ||
- name: Minimize external | ||
shell: bash | ||
run: | | ||
npm install | ||
node native/utils/clear-platform.js | ||
- name: Compile | ||
env: | ||
|
@@ -261,6 +281,11 @@ jobs: | |
run: | | ||
EXT_VERSION=`node ./.github/workflows/get-native-external-version.js` | ||
git clone --branch $EXT_VERSION --depth 1 https://github.com/cocos/cocos-engine-external native/external | ||
- name: Minimize external | ||
shell: bash | ||
run: | | ||
npm install | ||
node native/utils/clear-platform.js | ||
- name: Compile | ||
env: | ||
COCOS_ENGINE_DEV: 1 | ||
|
@@ -310,6 +335,11 @@ jobs: | |
run: | | ||
EXT_VERSION=`node ./.github/workflows/get-native-external-version.js` | ||
git clone --branch $EXT_VERSION --depth 1 https://github.com/cocos/cocos-engine-external native/external | ||
- name: Minimize external | ||
shell: bash | ||
run: | | ||
npm install | ||
node native/utils/clear-platform.js | ||
- name: Compile | ||
env: | ||
COCOS_ENGINE_DEV: 1 | ||
|
Oops, something went wrong.