Skip to content

Instantly share code, notes, and snippets.

@jakubgs
Created February 25, 2020 15:41
Show Gist options
  • Select an option

  • Save jakubgs/673af2de1db0a4c9573bc5b13d4a4c99 to your computer and use it in GitHub Desktop.

Select an option

Save jakubgs/673af2de1db0a4c9573bc5b13d4a4c99 to your computer and use it in GitHub Desktop.
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: '84e9b3890616ec28c16289932481886b195418e2'
buildjni: no
scandelete:
# causes `ERROR: Found binary at ios/nanopb.framework/nanopb`
- ios
scanignore:
# holds images and fonts which are fasely identified as binaries
- resources
# desktop is unrelated to building for Android
- desktop
- android/build.gradle
sudo:
# Required for Nix
- useradd -u ${UID} builder
- mkdir -m 0755 /nix
- chown builder /nix
init:
# Install Nix
- nix/scripts/setup.sh
prebuild:
# drop unused maven repos
- sed -i '54,61d' android/build.gradle
build:
# 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