mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-06 21:22:50 -05:00
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:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user