From 0fd7f80a60e54448bb149eeb8649d2bd33fc07fb Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 3 Nov 2018 01:20:03 +0200 Subject: [PATCH] Install assert, bind, core in appveyor.yml --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index c8da709..4267b62 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,6 +32,9 @@ install: - cd boost-root - git submodule update --init tools/build - git submodule update --init libs/config + - git submodule update --init libs/assert + - git submodule update --init libs/bind + - git submodule update --init libs/core - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% tools\boostdep\ - pushd tools\boostdep\test && cmake -E tar xf utf8-test.zip & popd - dir tools\boostdep\test