Skip to content

Commit

Permalink
Merge 43ac9d6 into f1b8d6a
Browse files Browse the repository at this point in the history
  • Loading branch information
guperrot committed May 14, 2019
2 parents f1b8d6a + 43ac9d6 commit fe995d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-code-coverage.sh
Expand Up @@ -4,7 +4,7 @@
# VSTS will not execute next step until emulator killed
# So we need to run tests in same step...
export DYLD_LIBRARY_PATH="$ANDROID_HOME/emulator/lib64/qt/lib"
$ANDROID_HOME/emulator/emulator64-arm -avd emulator -skin 768x1280 -no-window -gpu off &
$ANDROID_HOME/emulator/emulator -avd emulator -skin 768x1280 -no-window -gpu off &

# Ensure Android Emulator has booted successfully before continuing
EMU_BOOTED='unknown'
Expand Down

0 comments on commit fe995d2

Please sign in to comment.