Skip to content

Commit c1541d5

Browse files
[CONFIG] add submodule support to appveyor config (- WIP #79 -)
1 parent d4cef62 commit c1541d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ init:
2525
2626
choco install codecov || VER>NUL
2727
28+
git submodule sync || VER>NUL
29+
30+
git submodule update --init || VER>NUL
31+
2832
dir
2933
build_script:
3034
- cmd: make clean

0 commit comments

Comments
 (0)