bitbucket-pipelines.yml created online with Bitbucket
This commit is contained in:
11
bitbucket-pipelines.yml
Normal file
11
bitbucket-pipelines.yml
Normal 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
|
||||
Reference in New Issue
Block a user