fetch submodule of submodule in appveyor script

This commit is contained in:
mlangkabel
2021-01-25 22:06:02 +01:00
parent 86b5efbd76
commit 351399ee9e
+4
View File
@@ -14,6 +14,10 @@ install:
before_build:
- git submodule init
- git submodule update
- cd submodules/SourcetrailPythonIndexer
- git submodule init
- git submodule update
- cd ../..
- mkdir build
- cd build
- mkdir temp