Skip to content

Commit 4231623

Browse files
committed
update ci_modular for STDLIB_NO_STATS
1 parent 0f9290b commit 4231623

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_modular.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- {compiler: gcc, version: 14}
2525
build: [cmake]
2626
with_bitset: [On, Off]
27+
with_stats: [On, Off]
2728
env:
2829
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
2930

@@ -56,6 +57,7 @@ jobs:
5657
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
5758
-DFIND_BLAS:STRING=FALSE
5859
-DSTDLIB_NO_BITSET:STRING=${{ matrix.with_bitset }}
60+
-DSTDLIB_NO_STATS:STRING=${{ matrix.with_stats }}
5961
-S . -B ${{ env.BUILD_DIR }}
6062
6163
- name: Build and compile

0 commit comments

Comments
 (0)