Skip to content

Commit 7b515b4

Browse files
Prcuvulotem
authored andcommittedMay 20, 2019
fix(ci): use submodules in AppVeyor CI build script
1 parent 178ca36 commit 7b515b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎appveyor.install.bat

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ set nocache=0
1919
if not exist thirdparty.cached set nocache=1
2020
if not exist %BOOST_ROOT% set nocache=1
2121

22+
git submodule update --init
23+
2224
if %nocache% == 1 (
2325
pushd C:\Libraries
2426
appveyor DownloadFile https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.7z

0 commit comments

Comments
 (0)
Please sign in to comment.