New build #854

Merged
akinwale merged 33 commits from new-build into master 2020-02-27 19:20:06 +01:00
7 changed files with 5 additions and 7 deletions
Showing only changes of commit 14829ced50 - Show all commits

1
.gitignore vendored
View file

@ -65,3 +65,4 @@ app/google-services.json
*.hprof
app/build
bin
app/app/google-services.json

View file

@ -7,7 +7,7 @@ build apk:
stage: build
image: ubuntu:18.04
before_script:
- apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk nodejs software-properties-common wget zipalign
- apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk nodejs npm software-properties-common wget zipalign
- export BUILD_VERSION=$($CI_PROJECT_DIR/gradlew -q printVersionName --console=plain | tail -1)
artifacts:
paths:
@ -23,8 +23,8 @@ build apk:
wget -O - https://api.bintray.com/users/sobolevn/keys/gpg/public.key | apt-key add -
- apt-get -y update && apt-get -y install yarn git-secret
- git secret reveal
- npm install -g react-native-cli
- git clone https://github.com/lbryio/lbry-react-native
- yarn global add react-native-cli
- cd lbry-react-native
- yarn
- rm -rf android # temporary, should be a submodule init?

4
.gitmodules vendored
View file

@ -1,3 +1 @@
[submodule "app"]
path = app
url = https://github.com/lbryio/lbry-react-native

BIN
.gitsecret/keys/random_seed Normal file

Binary file not shown.

View file

@ -1 +1 @@
lbry-android.keystore:
lbry-android.keystore:0d958c531870694624cc877ea98ca1c583485f8ebbb3a5acca58b1930c190d65

1
app

@ -1 +0,0 @@
Subproject commit 19d3d8cd9486ae67f64dc3ed84959d3cce94d099

Binary file not shown.