Files
Bluetooth-LE-Library-Android/circle.yml
Alexandros Schillings a7312ad51c Added circle.yml
2017-01-17 17:07:16 +00:00

8 lines
257 B
YAML

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/ \;