tencent_kit

This commit is contained in:
v7lin
2019-11-14 22:58:14 +08:00
parent 42c6c49154
commit ba8834338d

View File

@ -18,16 +18,16 @@ steps:
# commands:
# - flutter packages pub run build_runner build --delete-conflicting-outputs
- name: android-check
image: v7lin/flutter:1.9.1-hotfix.6-stable
volumes:
- name: pub-cache
path: /opt/flutter/.pub-cache
- name: gradle
path: /root/.gradle
commands:
- cd example/android/
- ./gradlew :tencent_kit:check
#- name: android-check
# image: v7lin/flutter:1.9.1-hotfix.6-stable
# volumes:
# - name: pub-cache
# path: /opt/flutter/.pub-cache
# - name: gradle
# path: /root/.gradle
# commands:
# - cd example/android/
# - ./gradlew :tencent_kit:check
- name: format
image: v7lin/flutter:1.9.1-hotfix.6-stable