Skip to content

Instantly share code, notes, and snippets.

@defHLT
Created September 21, 2016 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save defHLT/9398d4c3b4b0df646b3c6444d970ab0a to your computer and use it in GitHub Desktop.
Save defHLT/9398d4c3b4b0df646b3c6444d970ab0a to your computer and use it in GitHub Desktop.
cache:
paths:
- app/version.properties
before_script:
- export ANDROID_HOME=/opt/android
- touch app/version.properties
- ./gradlew clean
build:
stage: build
script:
- ./gradlew assembleRelease
except:
- develop
test:
stage: test
script:
- ./gradlew test
deploy:
script:
- ./gradlew -Pjenkins assembleRelease crashlyticsUploadDistributionRelease
stage: deploy
only:
- develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment