新增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

@@ -8,9 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
submodules: 'recursive'
fetch-depth: 1
- name: 下载submodule源码
run: mv -Force .gitmodules_github .gitmodules && git submodule sync && git submodule update --init
- name: 配置 vcpkg
uses: lukka/run-vcpkg@v7