Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-29 | CI: Link MoltenVK statically on macOS | RĂ©mi Verschelde | |
Same as done for official builds. Also make artifacts executable before zipping. | |||
2022-07-14 | Download Vulkan SDK disk image to a temporary folder in the script | Hugo Locurcio | |
This prevents a `vulkan-sdk.dmg` file from lingering in the current working directory after installing the Vulkan SDK. | |||
2022-07-12 | Add a script to install the Vulkan SDK on macOS | Hugo 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. |