summaryrefslogtreecommitdiff
path: root/misc/scripts/install_vulkan_sdk_macos.sh
AgeCommit message (Collapse)Author
2022-07-29CI: Link MoltenVK statically on macOSRĂ©mi Verschelde
Same as done for official builds. Also make artifacts executable before zipping.
2022-07-14Download Vulkan SDK disk image to a temporary folder in the scriptHugo Locurcio
This prevents a `vulkan-sdk.dmg` file from lingering in the current working directory after installing the Vulkan SDK.
2022-07-12Add a script to install the Vulkan SDK on macOSHugo Locurcio
This script can be used to make Godot easier to compile on a fresh macOS installation, including on CI platforms and containers where the Vulkan SDK isn't preinstalled.