Skip to content

Commit

Permalink
fix(ci): use submodules in AppVeyor CI build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Prcuvu authored and lotem committed May 20, 2019
1 parent 178ca36 commit 7b515b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ set nocache=0
if not exist thirdparty.cached set nocache=1
if not exist %BOOST_ROOT% set nocache=1

git submodule update --init

if %nocache% == 1 (
pushd C:\Libraries
appveyor DownloadFile https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.7z
Expand Down

0 comments on commit 7b515b4

Please sign in to comment.