diff options
author | crupest <crupest@outlook.com> | 2019-03-29 23:04:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-29 23:04:18 +0800 |
commit | 98ab0863272714b74b6168aed664175fc93a98d4 (patch) | |
tree | a8a306711a5af5602f2a398804131c4fba7860b9 | |
parent | a366f49ffe20261dfbf78ebf4ea53f22fd251091 (diff) | |
download | cru-98ab0863272714b74b6168aed664175fc93a98d4.tar.gz cru-98ab0863272714b74b6168aed664175fc93a98d4.tar.bz2 cru-98ab0863272714b74b6168aed664175fc93a98d4.zip |
Fetch submodules in ci.
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a9338a78..27c0562b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,6 +21,9 @@ jobs: buildConfiguration: 'Release' steps: + - checkout: self + submodules: true + - script: py -3 tools\build.py -a $(buildPlatform) -c $(buildConfiguration) - task: CopyFiles@2 |