Skip to content

Instantly share code, notes, and snippets.

@Grandolf49
Created September 25, 2020 17:48
Show Gist options
  • Save Grandolf49/0484438e3f4cd2f513d9dcac456cf76b to your computer and use it in GitHub Desktop.
Save Grandolf49/0484438e3f4cd2f513d9dcac456cf76b to your computer and use it in GitHub Desktop.
CircleCI Configuration file for building Android Projects
version: 2.1
orbs:
android: circleci/android@0.2.1
jobs:
build:
executor: android/android
steps:
- checkout
- run:
command: |
chmod a+x gradlew
./gradlew build check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment