新增docker ci并全面整理ci

This commit is contained in:
xiongziliang
2022-06-19 15:54:30 +08:00
parent ca66858da2
commit 0eacda5327
8 changed files with 103 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ jobs:
cache: gradle
- name: 下载submodule源码
run: git submodule update --init
run: mv -f .gitmodules_github .gitmodules && git submodule sync && git submodule update --init
- name: 赋予gradlew文件可执行权限
run: chmod +x ./Android/gradlew