Skip to content

Commit

Permalink
Merge pull request #13 from Jintin/ci
Browse files Browse the repository at this point in the history
Update ci config
  • Loading branch information
Jintin authored Feb 19, 2023
2 parents bf9ca6d + 26b0e28 commit 3d3ce39
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
version: 2.1

orbs:
android: circleci/android@0.2.1
android: circleci/[email protected].2

jobs:
build:
executor: android/android

docker:
- image: cimg/android:2023.02
steps:
- checkout
- run:
command: ./gradlew build
- run: ./gradlew androidDependencies
- run: ./gradlew lint test
workflows:
example-workflow:
jobs:
- build

0 comments on commit 3d3ce39

Please sign in to comment.