4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-10 04:09:36 +00:00

change pass storage

This commit is contained in:
Andrei Yankovich 2021-05-19 10:52:30 +03:00
parent 24ab55a09f
commit 8517aceb56

@ -82,7 +82,7 @@ class CMake(Make):
'-DANDROID_SDK=$ANDROID_SDK_ROOT/',
'-DSIGN_PATH="' + secret.getValue('SIGPATH') + '"',
'-DSIGN_ALIES="quasarapp"',
'-DSIGN_STORE_PASSWORD="' + secret.getValue('SIGPASS') + '"',
'-DSIGN_PASSWORD_PATH="' + secret.getValue('SIGPASSPATH') + '"',
'-DANDROID_NATIVE_API_LEVEL=$ANDROID_API_VERSION',
'-DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_ROOT/' + toochainFile,
'-B cmake_build'
@ -111,7 +111,7 @@ class CMake(Make):
'-DANDROID_SDK=$ANDROID_SDK_ROOT/',
'-DSIGN_PATH="' + secret.getValue('SIGPATH') + '"',
'-DSIGN_ALIES="quasarapp"',
'-DSIGN_STORE_PASSWORD="' + secret.getValue('SIGPASS') + '"',
'-DSIGN_PASSWORD_PATH="' + secret.getValue('SIGPASSPATH') + '"',
'-DANDROID_NATIVE_API_LEVEL=$ANDROID_API_VERSION',
'-DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_ROOT/' + toochainFile,
'-B cmake_build'