Skip to content

Commit 8cf8081

Browse files
Merge pull request #14 from falseywinchnet/falseywinchnet-patch-4
Update ci.yml
2 parents b7b32e0 + 8d8e1e8 commit 8cf8081

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ jobs:
4141
run: cmake -S . -B build-cmake -DBFFT_BUILD_PROBES=OFF -DBFFT_BUILD_SHARED=OFF
4242

4343
- name: Build CMake targets
44-
run: cmake --build build-cmake --parallel
44+
run: cmake --build build-cmake --config Release --target correctness api_c --parallel
4545

4646
- name: Run CMake tests
4747
run: ctest --test-dir build-cmake -C Release --output-on-failure
4848

49+
- name: Build installable CMake target
50+
run: cmake --build build-cmake --config Release --target bfft_static --parallel
51+
4952
- name: Stage CMake install
5053
run: cmake --install build-cmake --config Release --prefix "$env:RUNNER_TEMP/bfft-cmake-stage/usr"
5154
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)