]> O.S.I.I.S - jp/vkvg.git/commitdiff
Appveyor (#55)
authorj-p <jp_bruyere@hotmail.com>
Fri, 24 Dec 2021 02:24:07 +0000 (03:24 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Dec 2021 02:24:07 +0000 (03:24 +0100)
* appveyor

* appveyor

* appveyor

* appveyor

appveyor.yml

index 79edab00c0197823d67f95621694b3f9e8c0f2fd..b31862d7c2d68795fcd0fc5ef9e3c43fce7b6ba3 100644 (file)
@@ -11,7 +11,7 @@ for:
         - image: Visual Studio 2019
     environment:
         VCPKG_DEFAULT_TRIPLET: x64-windows
-        VULKAN_SDK: C:/VulkanSDK/1.1.130.0
+        VULKAN_SDK: C:/VulkanSDK/1.2.198.1
         APPVEYOR_SAVE_CACHE_ON_ERROR: true
         APPVEYOR_CACHE_SKIP_RESTORE: false
     cache:
@@ -19,7 +19,7 @@ for:
         - c:\tools\vcpkg\installed\
         - 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
+        - if not exist VulkanSDK.exe curl -L --show-error --output VulkanSDK.exe https://sdk.lunarg.com/sdk/download/1.2.198.1/windows/VulkanSDK-1.2.198.1-Installer.exe?Human=true && VulkanSDK.exe --accept-licenses --default-answer --confirm-command install
         - vcpkg install freetype harfbuzz fontconfig glfw3 --recurse
     before_build:
         - git submodule update --init --recursive
@@ -55,7 +55,7 @@ for:
         - cpack
     after_build:
         - cd ..
-        - appveyor PushArtifact build/vkvg_0.1.1.deb
+        - appveyor PushArtifact build/vkvg_0.2.0.deb