Test build without download script
This commit is contained in:
parent
76bb8cd9f4
commit
ceef736813
2 changed files with 5 additions and 5 deletions
|
@ -25,10 +25,10 @@ cache:
|
|||
- $HOME/.gradle/wrapper/
|
||||
- $HOME/.android/build-cache
|
||||
|
||||
before_deploy:
|
||||
- git config --local user.name "Steve Soltys"
|
||||
- git config --local user.email "github@stevesoltys.com"
|
||||
- if ! [[ $TRAVIS_TAG ]]; then git tag $(git rev-parse --short HEAD); fi
|
||||
#before_deploy:
|
||||
# - git config --local user.name "Steve Soltys"
|
||||
# - git config --local user.email "github@stevesoltys.com"
|
||||
# - if ! [[ $TRAVIS_TAG ]]; then git tag $(git rev-parse --short HEAD); fi
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
|
|
|
@ -21,7 +21,7 @@ include $(CLEAR_VARS)
|
|||
backup_root := $(LOCAL_PATH)
|
||||
|
||||
$(backup_root)/Backup.apk:
|
||||
cd $(backup_root) && ./download.sh
|
||||
curl -L https://github.com/stevesoltys/backup/releases/download/76bb8cd/app-release-unsigned.apk > $(backup_root)/Backup.apk
|
||||
|
||||
LOCAL_MODULE := Backup
|
||||
LOCAL_SRC_FILES := Backup.apk
|
||||
|
|
Loading…
Add table
Reference in a new issue