Skip to content

Commit

Permalink
fix auto-releases and add sha1-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Feb 16, 2016
1 parent 27b9a72 commit be335f0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Expand Up @@ -52,17 +52,21 @@ addons:
build_command: "./gradlew build"
branch_pattern: master

before_deploy: cd AIMSICD/build/outputs/apk; md5sum *.apk > md5sums.txt; cd -
before_deploy:
- cd AIMSICD/build/outputs/apk
- md5sum *-normal-release.apk > md5sum.txt
- sha1sum *-normal-release.apk > sha1sum.txt
- cd -

deploy:
skip_cleanup: true
provider: releases
api_key:
secure: hWL8k4eTm6RBA6JtY+zL/bFFm+f2eM466kKlHBrywukSXAThgX8VzHVu9I8u9bL1yP2j8R9XHmG+C49Fy8NZ85Hmj5ECFg3dGRhfxAzr3o3deP3Kaeo+LozGhOy/z2PvOPyHS7XqOK8kk8gmoMJ9jvhz+wFAbW9GxhKLYBMn81E=
file:
- AIMSICD/build/outputs/apk/AIMSICD-normal-debug.apk
- AIMSICD/build/outputs/apk/AIMSICD-system-debug.apk
- AIMSICD/build/outputs/apk/md5sums.txt
- AIMSICD/build/outputs/apk/AIMSICD-normal-release.apk

This comment has been minimized.

Copy link
@larsgrefer

larsgrefer Feb 16, 2016

Author Collaborator

@SecUpwN This line fixes #769

- AIMSICD/build/outputs/apk/md5sum.txt
- AIMSICD/build/outputs/apk/sha1sum.txt
on:
repo: SecUpwN/Android-IMSI-Catcher-Detector
tags: true

0 comments on commit be335f0

Please sign in to comment.