Skip to content

Commit e4f99d1

Browse files
committed
Disabled pre dex in circle config
1 parent 22e2574 commit e4f99d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ test:
1616

1717
override:
1818
# run tests against the emulator.
19-
- ./gradlew spoonCi
19+
- ./gradlew spoonCi -PdisablePreDex
2020

2121
post:
2222
- mkdir -p $CIRCLE_TEST_REPORTS/tests
23-
- mkdir -p $CIRCLE_TEST_REPORTS/apks/
24-
- find . -type f -regex ".*/build/outputs/apk/.*apk" -exec cp {} $CIRCLE_TEST_REPORTS/apks/ \;
23+
- mkdir -p $CIRCLE_ARTIFACTS/apks/
24+
- find . -type f -regex ".*/build/outputs/apk/.*apk" -exec cp {} $CIRCLE_ARTIFACTS/apks/ \;
2525
- cp -r app/build/spoon $CIRCLE_TEST_REPORTS/tests

0 commit comments

Comments
 (0)