-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #823 from Spartan322/merge/8004c75
Merge commit godotengine/godot@8004c75
- Loading branch information
Showing
576 changed files
with
17,811 additions
and
13,120 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
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
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
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 |
---|---|---|
|
@@ -24,19 +24,19 @@ jobs: | |
cache-name: android-editor | ||
target: editor | ||
tests: false | ||
sconsflags: arch=arm64 production=yes | ||
sconsflags: arch=arm64 production=yes swappy=yes | ||
|
||
- name: Template arm32 (target=template_release, arch=arm32) | ||
cache-name: android-template-arm32 | ||
target: template_release | ||
tests: false | ||
sconsflags: arch=arm32 | ||
sconsflags: arch=arm32 swappy=yes | ||
|
||
- name: Template arm64 (target=template_release, arch=arm64) | ||
cache-name: android-template-arm64 | ||
target: template_release | ||
tests: false | ||
sconsflags: arch=arm64 | ||
sconsflags: arch=arm64 swappy=yes | ||
|
||
steps: | ||
- name: Checkout | ||
|
@@ -59,6 +59,17 @@ jobs: | |
- name: Setup Python and SCons | ||
uses: ./.github/actions/godot-deps | ||
|
||
- name: Download pre-built Android Swappy Frame Pacing Library | ||
uses: dsaltares/[email protected] | ||
with: | ||
repo: darksylinc/godot-swappy | ||
version: tags/v2023.3.0.0 | ||
file: godot-swappy.7z | ||
target: swappy/godot-swappy.7z | ||
|
||
- name: Extract pre-built Android Swappy Frame Pacing Library | ||
run: 7za x -y swappy/godot-swappy.7z -o${{github.workspace}}/thirdparty/swappy-frame-pacing | ||
|
||
- name: Compilation | ||
uses: ./.github/actions/godot-build | ||
with: | ||
|
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
Oops, something went wrong.