Fix circleci instrumented job (#68)

This commit is contained in:
Mikołaj Pich 2018-03-13 22:30:33 +01:00 committed by Rafał Borcz
parent c9bdac6a66
commit 64b964ca18

View File

@ -126,6 +126,9 @@ jobs:
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
background: true
- run:
name: Change circle-android script file permissions
command: sudo chmod +rx /bin/circle-android
- run:
name: Wait emulator
command: |