Skip to content

Commit

Permalink
🚧 Build Release APK via CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinnor committed Mar 19, 2019
1 parent d435c66 commit 66bb3a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@ jobs:
when: always

- store_test_results:
path: ~/test-results
path: ~/test-results

- store_artifacts:
path: ~/test-results/junit
path: ~/test-results/junit

- run:
name: Release Build
command: ./gradlew clean app:assembleRelease --no-daemon --stacktrace

- store_artifacts:
path: app/build/outputs/apk/
destination: apks/
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md

# Outputs
app/release/output.json

0 comments on commit 66bb3a5

Please sign in to comment.