From bea3cd5457e331f04a9aeb5c99267f14908f5eaa Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 25 Feb 2020 15:22:05 +0530 Subject: CI workflow improvements (#642) * github: Only run debug tasks in PRs * github: Remove nightly deploys * github: Setup automatic debug branch deployment * Tweak Gradle config in CI Signed-off-by: Harsh Shandilya Co-authored-by: Aditya Wasan --- .github/ci-gradle.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/ci-gradle.properties (limited to '.github/ci-gradle.properties') diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties new file mode 100644 index 00000000..05300282 --- /dev/null +++ b/.github/ci-gradle.properties @@ -0,0 +1,6 @@ +org.gradle.daemon=true +org.gradle.configureondemand=true +android.enableBuildCache=true +org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 +org.gradle.caching=true +org.gradle.parallel=true -- cgit v1.2.3