mirror of https://github.com/PCSX2/pcsx2.git
CI: Switch Windows Qt builds to Clang
Switches the Qt builds over to using Clang by default which should be a bit faster overall.
This commit is contained in:
parent
4dd946bc8a
commit
93014bfede
|
@ -28,6 +28,7 @@ jobs:
|
||||||
jobName: Qt
|
jobName: Qt
|
||||||
configuration: CMake
|
configuration: CMake
|
||||||
buildSystem: cmake
|
buildSystem: cmake
|
||||||
|
cmakeFlags: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
# MacOS
|
# MacOS
|
||||||
|
|
Loading…
Reference in New Issue