itolisto / bitbucket-pipelines-android

Bitbucket Pipelines configurations for android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitbucket Pipelines configurations for Android.

A collection of bitbucket pipelines configurations for android projects. These collections of scripts basically provides an ability to export pipelines build artifacts(apk)

It covers the following areas:

  • Uploading apk output to bitbucket
  • Uploading apk output to slack
  • Uploading a changelog post to slack.

Configurations

Bitbucket

https://confluence.atlassian.com/bitbucket/deploy-build-artifacts-to-bitbucket-downloads-872124574.html

Slack

How to use it.

  • Add the following files to the root of your project:
    • setup_export.sh
    • bitbucket-pipelines.yaml (If you select bitbucket-pipelines-basic/export/slack rename it to bitbucket-pipelines.yaml)

About

Bitbucket Pipelines configurations for android.

License:The Unlicense


Languages

Language:Shell 100.0%