Merge pull request #2922 from buessow/android-test2
Enable androidTest in CircleCI bulid
This commit is contained in:
commit
64cad8ce6e
|
@ -17,22 +17,23 @@ jobs:
|
||||||
tag: 2023.07.1
|
tag: 2023.07.1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Checkout the code as the first step.
|
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- android/change-java-version:
|
- android/change-java-version:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
# The next step will run the unit tests
|
|
||||||
|
- android/start-emulator-and-run-tests:
|
||||||
|
system-image: system-images;android-29;google_apis;x86
|
||||||
|
# Compile while the emulator starts to use the time.
|
||||||
|
post-emulator-launch-assemble-command: ./gradlew compileFullDebugUnitTestSources database:impl:compileFullDebugAndroidTestSources
|
||||||
|
test-command: ./gradlew database:impl:connectedFullDebugAndroidTest
|
||||||
|
|
||||||
- android/run-tests:
|
- android/run-tests:
|
||||||
test-command: ./gradlew testFullDebugUnitTest
|
test-command: ./gradlew testFullDebugUnitTest
|
||||||
|
|
||||||
- android/run-tests:
|
- android/run-tests:
|
||||||
test-command: ./gradlew --stacktrace jacocoAllDebugReport
|
test-command: ./gradlew --stacktrace jacocoAllDebugReport
|
||||||
|
|
||||||
# Then start the emulator and run the Instrumentation tests!
|
|
||||||
# - android/start-emulator-and-run-tests:
|
|
||||||
# test-command: ./gradlew connectedDebugAndroidTest
|
|
||||||
# system-image: system-images;android-25;google_apis;x86
|
|
||||||
|
|
||||||
# And finally run the release build
|
# And finally run the release build
|
||||||
# - run:
|
# - run:
|
||||||
# name: Assemble release build
|
# name: Assemble release build
|
||||||
|
|
Loading…
Reference in a new issue