Commit c0001283 authored by Yusuke Iwaki's avatar Yusuke Iwaki Committed by GitHub

Merge pull request #106 from RocketChat/configure_circle_ci_artifact

Configure Circle CI to save APKs in the Artifact.
parents b0a3df91 6b6e1e83
......@@ -31,6 +31,11 @@ dependencies:
- /usr/local/android-sdk-linux/tools
- /usr/local/android-sdk-linux/build-tools/25.0.1
test:
override:
- ./gradlew assembleRelease --stacktrace
- find . -name app-*-release.apk -exec mv {} $CIRCLE_ARTIFACTS/ \;
deployment:
beta:
tag: /v\d+\.\d+\.\d+(?!.)/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment