From: Jean-Philippe Bruyère Date: Tue, 5 May 2020 19:26:57 +0000 (+0200) Subject: add --recurse to vcpkg appveyor command X-Git-Tag: v0.1-alpha~24 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=5e183c970ae5313613fa535dea7edffd1dc9dc61;p=jp%2Fvkvg.git add --recurse to vcpkg appveyor command --- diff --git a/appveyor.yml b/appveyor.yml index c627c53..13b46fd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ for: - c:\VulkanSDK\ install: - if not exist VulkanSDK.exe curl -L --silent --show-error --output VulkanSDK.exe https://vulkan.lunarg.com/sdk/download/1.1.130.0/windows/VulkanSDK-1.1.130.0-Installer.exe?Human=true && VulkanSDK.exe /S - - vcpkg install freetype harfbuzz fontconfig glfw3 + - vcpkg install freetype harfbuzz fontconfig glfw3 --recurse before_build: - git submodule update --init --recursive - mkdir build