summaryrefslogtreecommitdiffstats
path: root/misc/scripts/install_vulkan_sdk_macos.sh
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Use multiple forced unmount attempts for MoltenVK image.bruvzg2023-01-031-1/+9
|
* CI: Link MoltenVK statically on macOSRémi Verschelde2022-07-291-1/+1
| | | | | | Same as done for official builds. Also make artifacts executable before zipping.
* Download Vulkan SDK disk image to a temporary folder in the scriptHugo Locurcio2022-07-141-2/+3
| | | | | This prevents a `vulkan-sdk.dmg` file from lingering in the current working directory after installing the Vulkan SDK.
* Add a script to install the Vulkan SDK on macOSHugo Locurcio2022-07-121-0/+13
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.