CI: Move variables to connectedCheck
AVD_SDK is only used there. And MALLOC_ARENA_MAX was added when the android-17 emulator was added, so it should stay there.
This commit is contained in:
parent
7de5d4d551
commit
8ef32eba0c
@ -5,11 +5,6 @@ cache:
|
||||
- .gradle/wrapper
|
||||
- .gradle/caches
|
||||
|
||||
variables:
|
||||
AVD_SDK: "17"
|
||||
# switch glibc to a memory conserving mode
|
||||
MALLOC_ARENA_MAX: "2"
|
||||
|
||||
build:
|
||||
script:
|
||||
- export GRADLE_USER_HOME=$PWD/.gradle
|
||||
@ -25,6 +20,10 @@ build:
|
||||
}
|
||||
|
||||
connectedCheck:
|
||||
variables:
|
||||
AVD_SDK: "17"
|
||||
# switch glibc to a memory conserving mode
|
||||
MALLOC_ARENA_MAX: "2"
|
||||
script:
|
||||
- export GRADLE_USER_HOME=$PWD/.gradle
|
||||
- emulator64-arm -avd fcl-test-$AVD_SDK -no-skin -no-audio -no-window &
|
||||
|
Loading…
x
Reference in New Issue
Block a user