ghactions: Add avx2 CI

Needed until we get multi-isa working again
This commit is contained in:
TellowKrinkle 2021-05-13 04:13:40 -05:00 committed by Kojin
parent 7177bd3597
commit a207abcfc1
1 changed files with 6 additions and 0 deletions

View File

@ -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 }}