mirror of https://github.com/PCSX2/pcsx2.git
ghactions: Add avx2 CI
Needed until we get multi-isa working again
This commit is contained in:
parent
7177bd3597
commit
a207abcfc1
|
@ -53,6 +53,12 @@ jobs:
|
|||
cmakeflags: -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
|
||||
detail: -nopch
|
||||
experimental: false
|
||||
- os: ubuntu-20.04
|
||||
platform: x86
|
||||
compiler: gcc
|
||||
cmakeflags: -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON -DARCH_FLAG=-march=haswell
|
||||
detail: -avx2-nopch
|
||||
experimental: false
|
||||
|
||||
name: ${{ matrix.os }}-${{ matrix.platform }}-${{ matrix.compiler }}${{ matrix.detail }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
Loading…
Reference in New Issue