Skip to content

Commit def6115

Browse files
Enable FSLinalg tests and demos in CMake config
Enable building tests and demos for FSLinalg.
1 parent 38b002c commit def6115

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }} \
6666
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} \
6767
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
68+
-DFSLinalg_BUILD_TESTS=ON \
69+
-DFSLinalg_BUILD_DEMO=ON \
6870
-G Ninja
6971
7072
- name: Configure CMake (Windows)
@@ -75,6 +77,8 @@ jobs:
7577
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }} `
7678
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} `
7779
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
80+
-DFSLinalg_BUILD_TESTS=ON
81+
-DFSLinalg_BUILD_DEMO=ON
7882

7983
# --- Build ---
8084
- name: Build (Linux)

0 commit comments

Comments
 (0)