New build #854
7 changed files with 5 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -65,3 +65,4 @@ app/google-services.json
|
|||
*.hprof
|
||||
app/build
|
||||
bin
|
||||
app/app/google-services.json
|
||||
|
|
|
@ -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
4
.gitmodules
vendored
|
@ -1,3 +1 @@
|
|||
[submodule "app"]
|
||||
path = app
|
||||
url = https://github.com/lbryio/lbry-react-native
|
||||
|
||||
|
|
BIN
.gitsecret/keys/random_seed
Normal file
BIN
.gitsecret/keys/random_seed
Normal file
Binary file not shown.
|
@ -1 +1 @@
|
|||
lbry-android.keystore:
|
||||
lbry-android.keystore:0d958c531870694624cc877ea98ca1c583485f8ebbb3a5acca58b1930c190d65
|
||||
|
|
1
app
1
app
|
@ -1 +0,0 @@
|
|||
Subproject commit 19d3d8cd9486ae67f64dc3ed84959d3cce94d099
|
Binary file not shown.
Loading…
Reference in a new issue