mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-29 15:14:33 +00:00
fix env
This commit is contained in:
parent
582bf00877
commit
4d2548fb19
@ -126,9 +126,6 @@ def androidQmake(props):
|
|||||||
'-spec', 'android-clang',
|
'-spec', 'android-clang',
|
||||||
"-r",
|
"-r",
|
||||||
"CONFIG+=qtquickcompiler",
|
"CONFIG+=qtquickcompiler",
|
||||||
'ANDROID_NDK_ROOT=/home/andrei/Android/ndk-bundle',
|
|
||||||
'JAVA_HOME=/usr',
|
|
||||||
'ANDROID_HOME=/home/andrei/Android',
|
|
||||||
'SIGN_PATH="' + secret.getValue('SIGPATH') + '"',
|
'SIGN_PATH="' + secret.getValue('SIGPATH') + '"',
|
||||||
'SIGN_ALIES="quasarapp"',
|
'SIGN_ALIES="quasarapp"',
|
||||||
'SIGN_STORE_PASSWORD="' + secret.getValue('SIGPASS') + '"'
|
'SIGN_STORE_PASSWORD="' + secret.getValue('SIGPASS') + '"'
|
||||||
@ -144,7 +141,9 @@ def AndroidSteps() :
|
|||||||
command = androidQmake,
|
command = androidQmake,
|
||||||
haltOnFailure = True,
|
haltOnFailure = True,
|
||||||
doStepIf = lambda step : isAndroid(step),
|
doStepIf = lambda step : isAndroid(step),
|
||||||
|
env={{'ANDROID_NDK_ROOT': '/home/andrei/Android/ndk-bundle',
|
||||||
|
'JAVA_HOME': '/usr',
|
||||||
|
'ANDROID_HOME': '/home/andrei/Android'}},
|
||||||
name = 'QMake Android',
|
name = 'QMake Android',
|
||||||
description = 'create a make files for projects',
|
description = 'create a make files for projects',
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user