mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
Try to build signed apk
This commit is contained in:
@@ -90,14 +90,14 @@ jobs:
|
|||||||
- platform: android-32
|
- platform: android-32
|
||||||
os: macos-14
|
os: macos-14
|
||||||
extension: apk
|
extension: apk
|
||||||
preset: android-daily-release
|
preset: android-conan-ninja-release
|
||||||
conan_profile: android-32
|
conan_profile: android-32
|
||||||
conan_options: --conf tools.android:ndk_path=$ANDROID_NDK_ROOT
|
conan_options: --conf tools.android:ndk_path=$ANDROID_NDK_ROOT
|
||||||
artifact_platform: armeabi-v7a
|
artifact_platform: armeabi-v7a
|
||||||
- platform: android-64
|
- platform: android-64
|
||||||
os: macos-14
|
os: macos-14
|
||||||
extension: apk
|
extension: apk
|
||||||
preset: android-daily-release
|
preset: android-conan-ninja-release
|
||||||
conan_profile: android-64
|
conan_profile: android-64
|
||||||
conan_options: --conf tools.android:ndk_path=$ANDROID_NDK_ROOT
|
conan_options: --conf tools.android:ndk_path=$ANDROID_NDK_ROOT
|
||||||
artifact_platform: arm64-v8a
|
artifact_platform: arm64-v8a
|
||||||
@@ -220,6 +220,9 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cmake --build --preset ${{matrix.preset}}
|
cmake --build --preset ${{matrix.preset}}
|
||||||
|
env:
|
||||||
|
ANDROID_STORE_PASSWORD: ${{ secrets.ANDROID_STORE_PASSWORD }}
|
||||||
|
ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ android {
|
|||||||
minSdk = qtMinSdkVersion as Integer
|
minSdk = qtMinSdkVersion as Integer
|
||||||
targetSdk = qtTargetSdkVersion as Integer // ANDROID_TARGET_SDK_VERSION in the CMake project
|
targetSdk = qtTargetSdkVersion as Integer // ANDROID_TARGET_SDK_VERSION in the CMake project
|
||||||
|
|
||||||
versionCode 1531
|
versionCode 1532
|
||||||
versionName "1.5.3"
|
versionName "1.5.3"
|
||||||
|
|
||||||
setProperty("archivesBaseName", "vcmi")
|
setProperty("archivesBaseName", "vcmi")
|
||||||
|
|||||||
Reference in New Issue
Block a user