mirror of https://github.com/PCSX2/pcsx2.git
CI: Remove separate Windows builds
Removes the AVX2 and SSE4 builds in favour of the unified Qt build.
This commit is contained in:
parent
2222007516
commit
4dd946bc8a
|
@ -30,25 +30,6 @@ jobs:
|
||||||
buildSystem: cmake
|
buildSystem: cmake
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
build_qt_sse4:
|
|
||||||
if: github.repository == 'PCSX2/pcsx2'
|
|
||||||
name: "Windows - SSE4"
|
|
||||||
uses: ./.github/workflows/windows_build_qt.yml
|
|
||||||
with:
|
|
||||||
jobName: Qt
|
|
||||||
configuration: Release
|
|
||||||
simd: "SSE4"
|
|
||||||
secrets: inherit
|
|
||||||
|
|
||||||
build_qt_avx2:
|
|
||||||
if: github.repository == 'PCSX2/pcsx2'
|
|
||||||
name: "Windows - AVX2"
|
|
||||||
uses: ./.github/workflows/windows_build_qt.yml
|
|
||||||
with:
|
|
||||||
jobName: Qt
|
|
||||||
configuration: Release AVX2
|
|
||||||
secrets: inherit
|
|
||||||
|
|
||||||
# MacOS
|
# MacOS
|
||||||
build_macos_qt:
|
build_macos_qt:
|
||||||
if: github.repository == 'PCSX2/pcsx2'
|
if: github.repository == 'PCSX2/pcsx2'
|
||||||
|
@ -65,8 +46,6 @@ jobs:
|
||||||
needs:
|
needs:
|
||||||
- build_linux_qt
|
- build_linux_qt
|
||||||
- build_windows_qt
|
- build_windows_qt
|
||||||
- build_qt_sse4
|
|
||||||
- build_qt_avx2
|
|
||||||
- build_macos_qt
|
- build_macos_qt
|
||||||
name: "Upload Artifacts"
|
name: "Upload Artifacts"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue