Copy failed generated images to CircleCI artifacts folder

This commit is contained in:
2016-03-27 08:29:36 -04:00
parent 6838a0f2d3
commit 37e1a6233c
2 changed files with 55 additions and 4 deletions

View File

@@ -11,8 +11,6 @@ test:
parallel: true
- circle-android wait-for-boot
- adb shell input keyevent 82
- ./gradlew -PdisablePreDex connectedAndroidTest
- ./run_tests
- 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
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)