From 10f2381af65d10fe3768e16debaa02120937f254 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Tue, 20 Aug 2019 16:05:33 +0200 Subject: [PATCH] change command order Signed-off-by: tobiasKaminsky --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ecb8ecec0357..4409d1fc7964 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,10 +66,10 @@ steps: ORG_GRADLE_PROJECT_coverage: '' commands: - scripts/checkIfRunDrone.sh $GIT_USERNAME $GIT_TOKEN $DRONE_PULL_REQUEST || exit 0 - - ./gradlew assembleGplay - emulator-headless -avd android-27 -no-snapshot -gpu swiftshader_indirect -no-window -no-audio & - - ./wait_for_emulator.sh + - ./gradlew assembleGplay - ./gradlew assembleGplayDebug + - ./wait_for_emulator.sh - ./gradlew jacocoTestGplayDebugUnitTestReport || scripts/uploadReport.sh $LOG_USERNAME $LOG_PASSWORD $DRONE_BUILD_NUMBER "Unit" $DRONE_PULL_REQUEST $GIT_USERNAME $GIT_TOKEN - ./gradlew installGplayDebugAndroidTest - ./gradlew createGplayDebugCoverageReport || scripts/uploadReport.sh $LOG_USERNAME $LOG_PASSWORD $DRONE_BUILD_NUMBER "IT" $DRONE_PULL_REQUEST $GIT_USERNAME $GIT_TOKEN