Skip to content

Commit

Permalink
Add test -DWITH_PFFFT=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
dofuuz committed Dec 21, 2024
1 parent 998e05b commit 5453586
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
name: ${{ matrix.os }}-${{ matrix.build_type }}
path: ${{ matrix.build_type }}

build-avfft:
# Test WITH_AVFFT=ON
build-ffts:
strategy:
fail-fast: false
matrix:
build_type: [Release]
fft_flag: [-DWITH_AVFFT=ON, -DWITH_PFFFT=OFF]
runs-on: ubuntu-latest

steps:
Expand All @@ -55,7 +55,7 @@ jobs:
cmake -B ${{ matrix.build_type }}
-G "Ninja"
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DWITH_AVFFT=ON
${{ matrix.fft_flag }}
-S ${{ github.workspace }}
- name: Build
Expand All @@ -68,5 +68,5 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: ${{ matrix.os }}-avfft-${{ matrix.build_type }}
name: ${{ matrix.os }}-${{ matrix.fft_flag }}-${{ matrix.build_type }}
path: ${{ matrix.build_type }}

0 comments on commit 5453586

Please sign in to comment.