- Added `grpc` and `protobuf` as dependencies in `vcpkg.json` for Windows platform support. - Updated CI workflows to ensure build and configuration failures are reported with detailed logs for better diagnostics. - Enhanced the logging mechanism to capture and upload build logs on failure across all platforms. Benefits: - Improves the visibility of build issues, facilitating quicker troubleshooting. - Ensures necessary dependencies are included for Windows builds, enhancing overall functionality.
30 lines
601 B
JSON
30 lines
601 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "yaze",
|
|
"version": "0.3.2",
|
|
"description": "Yet Another Zelda3 Editor",
|
|
"builtin-baseline": "b2c74683ecfd6a8e7d27ffb0df077f66a9339509",
|
|
"dependencies": [
|
|
{
|
|
"name": "grpc",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "protobuf",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "sdl2",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "yaml-cpp",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "zlib",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|