From 63ff7896577113aa366b4f7cf3a1aa1ed9833ef7 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 29 Oct 2021 04:47:57 +0300 Subject: [PATCH] Update static_assert, throw_exception in appveyor.yml --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c42111a..86a260c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,10 +44,12 @@ install: - cd boost-root - git submodule update --init tools/build - git submodule update --init tools/boost_install + - git submodule update --init tools/cmake + - git submodule update --init libs/headers - git submodule update --init libs/config - git submodule update --init libs/core - - git submodule update --init libs/headers - - git submodule update --init tools/cmake + - git submodule update --init libs/static_assert + - git submodule update --init libs/throw_exception - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\assert\ - cmd /c bootstrap - b2 -d0 headers