Skip to content

Commit 5605f06

Browse files
committed
back to quickjs
1 parent b178b14 commit 5605f06

17 files changed

Lines changed: 19 additions & 12 deletions

File tree

.github/workflows/unity-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
JSON
4444
echo "m_EditorVersion: $UNITY_VERSION" > "$PROJECT_PATH/ProjectSettings/ProjectVersion.txt"
4545
rsync -a --exclude=.git --exclude=.github ./ "$PROJECT_PATH/Assets/OneJS"
46+
rm -rf "$PROJECT_PATH/Assets/OneJS/Puerts/Plugins/Android"
4647
4748
# Cache Library for faster reruns
4849
- uses: actions/cache@v3
@@ -51,6 +52,12 @@ jobs:
5152
key: Library-${{ env.UNITY_VERSION }}-${{ github.sha }}
5253
restore-keys: |
5354
Library-${{ env.UNITY_VERSION }}-
55+
56+
- name: Inject libpuerts.so inside container
57+
uses: docker://singtaa/unity-ci-node:6000.0.48f1
58+
with:
59+
entrypoint: /bin/bash
60+
args: -c "cp /home/libpuerts.so /github/workspace/${{ env.PROJECT_PATH }}/Assets/OneJS/Puerts/Plugins/x86_64/libpuerts.so"
5461

5562
# Playmode tests
5663
- uses: game-ci/unity-test-runner@v4
-13 MB
Binary file not shown.
-9.01 MB
Binary file not shown.
-14.3 MB
Binary file not shown.
-20.1 MB
Binary file not shown.
-14.5 MB
Binary file not shown.

Puerts/Plugins/WebGL.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Puerts/Plugins/WebGL/libpuerts.a

1.44 MB
Binary file not shown.

Puerts/Plugins/WebGL/libpuerts.a.meta

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)