bitbucket-pipelines.yml created online with Bitbucket

This commit is contained in:
Alexander Pacha
2017-02-05 21:57:36 +00:00
parent 9c0f3bb4af
commit 68decf5b91

11
bitbucket-pipelines.yml Normal file
View File

@@ -0,0 +1,11 @@
# This is a sample build configuration for Gradle.
# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
image: uber/android-build-environment:latest
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- ./gradlew assemble