Skip to content

Commit

Permalink
Remove redundant Android image downloading in Circle configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vgaidarji committed Jan 9, 2018
1 parent 07fdae4 commit b8558da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sdkmanager "system-images;android-21;default;armeabi-v7a"
- run:
name: Setup emulator
command: sdkmanager "system-images;android-21;default;armeabi-v7a" && echo "no" | avdmanager create avd -n test -k "system-images;android-21;default;armeabi-v7a"
command: echo "no" | avdmanager create avd -n test -k "system-images;android-21;default;armeabi-v7a"
- run:
name: Launch emulator
command: export LD_LIBRARY_PATH=${ANDROID_HOME}/emulator/lib64:${ANDROID_HOME}/emulator/lib64/qt/lib && emulator64-arm -avd test -noaudio -no-boot-anim -no-window -accel on
Expand Down

0 comments on commit b8558da

Please sign in to comment.