fetch submodule of submodule in appveyor script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user