Skip to content
Snippets Groups Projects
Unverified Commit cdfc92ab authored by chris-cwa's avatar chris-cwa Committed by GitHub
Browse files

Let tests be run for all flavors (#1080)


* let tests be run for all flavors

* new gradle task for deviceForTesters

* fixed: name is ambiguous

* trying to run both tasks in a single step

* fixed: expected <block end>

* reverted names

* checking circle ci to report compile error in deviceForTesters

* circle ci correctly reported - removing invalid coding

* Explicitly run `quickBuildTest` as part of the pipeline.

* Revert "new gradle task for deviceForTesters"

This reverts commit 62f329a5

Co-authored-by: default avatarMatthias Urhahn <matthias.urhahn@sap.com>
Co-authored-by: default avatarMatthias Urhahn <darken@darken.eu>
Co-authored-by: default avatarJakob Möller <jakob.moeller@sap.com>
parent c078158a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ jobs:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "Corona-Warn-App/build.gradle" }}-{{ checksum "Server-Protocol-Buffer/build.gradle" }}
- run:
name: Quick Build
command: ./gradlew quickBuild
command: ./gradlew quickBuild quickBuildTest
environment:
JVM_OPTS: -Xmx2048m
GRADLE_OPTS: -Xmx1536m -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.caching=true -Dorg.gradle.configureondemand=true -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment