Created
February 25, 2020 14:30
-
-
Save jakubgs/af78e6baf01d0d21a2c9c18208ee4907 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Categories: | |
| - Money | |
| License: MPL-2.0 | |
| SourceCode: https://github.com/status-im/status-react | |
| IssueTracker: https://github.com/status-im/status-react/issues | |
| RepoType: git | |
| Repo: https://github.com/status-im/status-react | |
| Builds: | |
| - versionName: '1.0.1' | |
| versionCode: '2020022515' | |
| commit: '9f2e2f9d3e0d7b1514ec6159bb08c532c72665b3' | |
| buildjni: no | |
| subdir: android | |
| scanignore: | |
| # causes `ERROR: Found binary at ios/nanopb.framework/nanopb` | |
| - 'ios' | |
| # desktop is unrelated to building for Android | |
| - 'desktop' | |
| # holds images and fonts which are fasely identified as binaries | |
| - 'resources' | |
| init: | |
| # Install Nix | |
| - ../nix/scripts/setup.sh | |
| build: | |
| - cd ../ | |
| # Prepare the JS bundle | |
| - make jsbundle-android | |
| # Assemble the release APK | |
| - make release-android | |
| output: result/app.apk | |
| AutoUpdateMode: 'Version %v' | |
| UpdateCheckMode: Tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment