Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
techgnious authored Oct 14, 2020
1 parent 2ee6f7e commit 9c29363
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
version: 2.1

orbs:
android: circleci/android@0.2.1
maven: circleci/maven@0.0.12

jobs:
build:
executor: android/android

steps:
- checkout
- run:
command: ./gradlew build
workflows:
maven_test:
jobs:
- maven/test # checkout, build, test, and upload test results

0 comments on commit 9c29363

Please sign in to comment.