[WORKFLOW]: CI Update

This commit is contained in:
2025-12-21 23:06:34 +05:30
parent 3550fdd52e
commit 1b1c62c843
3 changed files with 29 additions and 4 deletions

View File

@ -59,5 +59,27 @@
"VCPKG_TARGET_TRIPLET": "wasm32-emscripten-clang"
}
}
],
"buildPresets": [
{
"name": "linux-x64",
"configurePreset": "linux-x64"
},
{
"name": "linux-arm64",
"configurePreset": "linux-arm64"
},
{
"name": "windows-x64",
"configurePreset": "windows-x64"
},
{
"name": "windows-arm64",
"configurePreset": "windows-arm64"
},
{
"name": "wasm",
"configurePreset": "wasm"
}
]
}