Browse Source

add circleci

liuyuqi-dellpc 2 years ago
parent
commit
9f74b08d93
1 changed files with 13 additions and 0 deletions
  1. 13 0
      android-studio/.circleci/config.yml

+ 13 - 0
android-studio/.circleci/config.yml

@@ -0,0 +1,13 @@
+version: 2.1
+
+orbs:
+  android: circleci/android@0.2.0
+
+jobs:
+  build:
+    executor: android/android
+
+    steps:
+      - checkout
+      - run:
+          command: ./gradlew build