Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CI] Use multiple forced unmount attempts for MoltenVK image. | bruvzg | 2023-01-03 | 1 | -1/+9 |
| | |||||
* | CI: Link MoltenVK statically on macOS | Rémi Verschelde | 2022-07-29 | 1 | -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 script | Hugo Locurcio | 2022-07-14 | 1 | -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 macOS | Hugo Locurcio | 2022-07-12 | 1 | -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. |