New build #854
5 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@ build apk:
|
|||
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 npm software-properties-common wget zipalign
|
||||
- chmod u+x $CI_PROJECT_DIR/gradlew
|
||||
- export BUILD_VERSION=$($CI_PROJECT_DIR/gradlew -q printVersionName --console=plain | tail -1)
|
||||
artifacts:
|
||||
paths:
|
||||
|
@ -30,6 +31,7 @@ build apk:
|
|||
- rm -rf android # temporary, should be a submodule init?
|
||||
- ln -s $CI_PROJECT_DIR android # create symbolic link
|
||||
- cd android
|
||||
- chmod u+x ./release.sh
|
||||
- ./release.sh
|
||||
|
||||
deploy build.lbry.io:
|
||||
|
|
Binary file not shown.
|
@ -1,2 +1,2 @@
|
|||
lbry-android.keystore:0d958c531870694624cc877ea98ca1c583485f8ebbb3a5acca58b1930c190d65
|
||||
app/google-services.json
|
||||
app/google-services.json:2a2804bfa1bc5154e533fd9c40ad3ba29bcf0f0ad361b90900d9e3fe8851611e
|
||||
|
|
BIN
app/google-services.json.secret
Normal file
BIN
app/google-services.json.secret
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue