Skip to content

Commit

Permalink
[unreal]删除native_src_il2cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Nov 15, 2024
1 parent d5fc75d commit fda4173
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 7,782 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/unity_build_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
push:
paths:
- unity/native_src/**
- unity/native_src_il2cpp/**
- unity/cli/**
- unreal/Puerts/Source/JsEnv/Private/V8InspectorImpl.cpp
- unreal/Puerts/Source/JsEnv/Private/V8InspectorImpl.h
Expand Down Expand Up @@ -65,12 +64,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult
- name: BuildAndroidIl2cpp
uses: ./.github/workflows/composites/unity-build-plugins/android/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: v8_9.4.146.24
build_proj_dir: native_src_il2cpp

ohos:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -106,12 +99,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult
- name: BuildOHOSIl2cpp
uses: ./.github/workflows/composites/unity-build-plugins/ohos/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: v8_9.4.146.24
build_proj_dir: native_src_il2cpp

ios:
runs-on: macos-13
Expand Down Expand Up @@ -144,12 +131,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult
- name: BuildiOSIl2cpp
uses: ./.github/workflows/composites/unity-build-plugins/ios/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: v8_9.4.146.24
build_proj_dir: native_src_il2cpp

osx:
runs-on: macos-13
Expand Down Expand Up @@ -182,12 +163,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult
- name: BuildOSXIl2cpp
uses: ./.github/workflows/composites/unity-build-plugins/osx/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: v8_9.4.146.24
build_proj_dir: native_src_il2cpp

windows:
runs-on: windows-2019
Expand Down Expand Up @@ -220,13 +195,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult
- name: BuildWindowsIl2cpp
uses: ./.github/workflows/composites/unity-build-plugins/windows/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: v8_9.4.146.24
build_proj_dir: native_src_il2cpp
arch: x64

linux64:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -259,12 +227,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult
- name: BuildLinuxIl2cpp
uses: ./.github/workflows/composites/unity-build-plugins/linux/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: v8_9.4.146.24
build_proj_dir: native_src_il2cpp

wasm:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unity_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- unity/Assets/**
- unity/test/**
- unity/native_src/**
- unity/native_src_il2cpp/**
- unity/cli/**
- unreal/Puerts/Source/JsEnv/Private/V8InspectorImpl.cpp
- unreal/Puerts/Source/JsEnv/Private/V8InspectorImpl.h
Expand Down
8 changes: 0 additions & 8 deletions unity/cli/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,6 @@ export async function unityTest(cwd, unityPath) {
`);
execUnityEditor(`-executeMethod TestBuilder.GenV2`);
rm("-rf", `${cwd}/Library/ScriptAssemblies`);

await runPuertsMake(join(cwd, '../../native_src_il2cpp'), {
backend: 'v8_9.4.146.24',
platform: platform,
config: 'Debug',
arch: 'x64',
websocket: 1
});

console.log("[Puer] Building testplayer for v2");
mkdir("-p", `${cwd}/build/v2`);
Expand Down
258 changes: 0 additions & 258 deletions unity/native_src_il2cpp/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit fda4173

Please sign in to comment.