Disable pre-dexing

This commit is contained in:
2016-03-24 22:14:54 -04:00
parent d3ebb4ff25
commit 3656c51e95
2 changed files with 13 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ test:
parallel: true
- circle-android wait-for-boot
- adb shell input keyevent 82
- ./gradlew connectedAndroidTest
- ./gradlew -PdisablePreDex connectedAndroidTest
- cp -r app/build/outputs $CIRCLE_ARTIFACTS || echo ok
- cp -r app/build/reports/androidTests/connected/* $CIRCLE_TEST_REPORTS || echo ok
- adb logcat -d > $CIRCLE_TEST_REPORTS/logcat.txt