Skip to content

Commit 485c35d

Browse files
committed
Test benchmark also with UMF_BUILD_SHARED_LIBRARY=ON
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 57751ad commit 485c35d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
os: ['ubuntu-22.04']
1515
build_type: [Release]
1616
compiler: [{c: gcc, cxx: g++}]
17+
shared_library: ['ON', 'OFF']
1718
runs-on: ${{matrix.os}}
1819

1920
steps:
@@ -32,6 +33,7 @@ jobs:
3233
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
3334
-DCMAKE_C_COMPILER=${{matrix.compiler.c}}
3435
-DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
36+
-DUMF_BUILD_SHARED_LIBRARY=${{matrix.shared_library}}
3537
-DUMF_BUILD_BENCHMARKS=ON
3638
-DUMF_BUILD_TESTS=OFF
3739
-DUMF_FORMAT_CODE_STYLE=OFF

0 commit comments

Comments
 (0)