Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Build all debug builds (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
vase4kin committed May 16, 2020
1 parent 6272efd commit 31982a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cp mock-prodDebug-google-services.json ./app/src/prod/debug/google-services.json
- name: Build app with gradle
run: ./gradlew assembleProdDebug -Dorg.gradle.jvmargs=-Xmx1536m -Dorg.gradle.parallel=true -Dorg.gradle.daemon=false -Dorg.gradle.caching=false -Dorg.gradle.configureondemand=true -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false
run: ./gradlew assembleDebug -Dorg.gradle.jvmargs=-Xmx1536m -Dorg.gradle.parallel=true -Dorg.gradle.daemon=false -Dorg.gradle.caching=false -Dorg.gradle.configureondemand=true -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false

- name: Upload build outputs
if: success()
Expand Down

0 comments on commit 31982a1

Please sign in to comment.