Added circle.yml
This commit is contained in:
7
circle.yml
Normal file
7
circle.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
test:
|
||||
override:
|
||||
- (echo "Running JUnit tests!")
|
||||
- ./gradlew test -PdisablePreDex
|
||||
post:
|
||||
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
|
||||
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
|
||||
Reference in New Issue
Block a user