CI: Generate Windows Clang builds

This commit is contained in:
Stenzek 2022-12-25 19:51:50 +10:00 committed by refractionpcsx2
parent ac3e7fbf44
commit 246f783a64
1 changed files with 19 additions and 0 deletions

View File

@ -46,3 +46,22 @@ jobs:
configuration: CMake
buildSystem: cmake
secrets: inherit
build_qt_clang_sse4:
needs: lint_vs_proj_files
name: "SSE4"
uses: ./.github/workflows/windows_build_qt.yml
with:
jobName: Qt Clang
configuration: Release Clang
simd: "SSE4"
secrets: inherit
build_qt_clang_avx2:
needs: lint_vs_proj_files
name: "AVX2"
uses: ./.github/workflows/windows_build_qt.yml
with:
jobName: Qt Clang
configuration: Release Clang AVX2
secrets: inherit