Skip to content

Commit 14a8d39

Browse files
committed
use submodules on Windows too
1 parent ac39a9f commit 14a8d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
install:
22
- cmd: >-
33
4-
git clone -q --branch=master https://github.com/c-martinez/opencv.git "%APPVEYOR_BUILD_FOLDER%\opencv
4+
git submodule update --init --recursive
55
66
C:\Python35\python.exe find_version.py
77

0 commit comments

Comments
 (0)