mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-30 00:17:45 +00:00
Remove unrequired Windows clang build in GitHub
This commit is contained in:
parent
f6a6697164
commit
9d17673c9c
1 changed files with 0 additions and 14 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -31,20 +31,6 @@ jobs:
|
|||
cmake_configure_options: '-G "Visual Studio 17 2022" -A x64',
|
||||
build_type: "Release",
|
||||
}
|
||||
- {
|
||||
name: "Windows Clang (Debug)",
|
||||
compiler: "clang",
|
||||
cc: "clang-cl", cxx: "clang-cl",
|
||||
cmake_configure_options: '-G "Visual Studio 17 2022" -A x64 -T "LLVM_v143" -DCMAKE_CXX_COMPILER="clang-cl.exe" -DCMAKE_C_COMPILER="clang-cl.exe" -DCMAKE_LINKER="lld.exe"',
|
||||
build_type: "Debug",
|
||||
}
|
||||
- {
|
||||
name: "Windows Clang (Release)",
|
||||
compiler: "clang",
|
||||
cc: "clang-cl", cxx: "clang-cl",
|
||||
cmake_configure_options: '-G "Visual Studio 17 2022" -A x64 -T "LLVM_v143" -DCMAKE_CXX_COMPILER="clang-cl.exe" -DCMAKE_C_COMPILER="clang-cl.exe" -DCMAKE_LINKER="lld.exe"',
|
||||
build_type: "Release",
|
||||
}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue