We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd4fc0 commit de9cc27Copy full SHA for de9cc27
.github/workflows/cmake-single-platform.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Configure CMake
24
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
25
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
26
- run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
+ run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DMOOSE_BUILD_SAMPLE=ON -DMOOSE_BUILD_TESTS=ON
27
28
- name: Build
29
# Build your program with the given configuration
0 commit comments