Skip to content

Commit

Permalink
Used the latest Vulkan SDK for builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Glatzel committed Jul 16, 2017
1 parent a4404d6 commit ba11b7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
INTR_QTDIR: "C:\\Qt\\5.9\\msvc2017_64\\"
INTR_GIT_TOKEN:
secure: 3K1IRVqC1dSplGBGvUMuykBbCMIH8INr3HUE4YNJDmtEYNy0kTJPzeW+pMSCae4y
VK_SDK_PATH: "C:\\VulkanSDK\\1.0.51.0\\"
VK_SDK_PATH: "C:\\VulkanSDK\\1.0.54.0\\"

artifacts:
- path: Intrinsic_Win32.7z
Expand Down Expand Up @@ -39,7 +39,7 @@ install:
- cd ..

# Download and install Vulkan SDK
- appveyor DownloadFile https://vulkan.lunarg.com/sdk/download/1.0.51.0/windows/VulkanSDK-1.0.51.0-Installer.exe -FileName vulkan.exe
- appveyor DownloadFile https://vulkan.lunarg.com/sdk/download/1.0.54.0/windows/VulkanSDK-1.0.54.0-Installer.exe -FileName vulkan.exe
- vulkan.exe /S

build_script:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install:
- (cd SDL2-2.0.5 && ./configure && make && sudo make install)

# Vulkan SDK
- curl https://vulkan.lunarg.com/sdk/download/1.0.51.0/linux/vulkansdk-linux-x86_64-1.0.51.0.run -L -o vulkan.run
- curl https://vulkan.lunarg.com/sdk/download/1.0.54.0/linux/vulkansdk-linux-x86_64-1.0.54.0.run -L -o vulkan.run
- chmod +x vulkan.run
- ./vulkan.run

Expand All @@ -49,7 +49,7 @@ install:
- cd ..

script:
- export VK_SDK_PATH=$(pwd)/VulkanSDK/1.0.51.0/x86_64/
- export VK_SDK_PATH=$(pwd)/VulkanSDK/1.0.54.0/x86_64/

# Build
- mkdir build
Expand Down

0 comments on commit ba11b7f

Please sign in to comment.