mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
CI: Generate debug build for Android
This commit is contained in:
parent
d7cc121e64
commit
a8f8f84af6
1 changed files with 5 additions and 5 deletions
10
.github/workflows/android_builds.yml
vendored
10
.github/workflows/android_builds.yml
vendored
|
@ -26,14 +26,14 @@ jobs:
|
||||||
arch=arm64
|
arch=arm64
|
||||||
production=yes
|
production=yes
|
||||||
|
|
||||||
- name: Template arm32 (target=template_release, arch=arm32)
|
- name: Template arm32 (target=template_debug, arch=arm32)
|
||||||
cache-name: android-template-arm32
|
cache-name: android-template-arm32
|
||||||
target: template_release
|
target: template_debug
|
||||||
scons-flags: arch=arm32
|
scons-flags: arch=arm32
|
||||||
|
|
||||||
- name: Template arm64 (target=template_release, arch=arm64)
|
- name: Template arm64 (target=template_debug, arch=arm64)
|
||||||
cache-name: android-template-arm64
|
cache-name: android-template-arm64
|
||||||
target: template_release
|
target: template_debug
|
||||||
scons-flags: arch=arm64
|
scons-flags: arch=arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -82,7 +82,7 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Generate Godot templates
|
- name: Generate Godot templates
|
||||||
if: matrix.target == 'template_release'
|
if: matrix.target == 'template_debug'
|
||||||
run: |
|
run: |
|
||||||
cd platform/android/java
|
cd platform/android/java
|
||||||
./gradlew generateGodotTemplates
|
./gradlew generateGodotTemplates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue