Skip to content
Snippets Groups Projects
Commit 1970a51a authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Fix BUILD_EXAMPLES --> BUILD_DEMOS

parent de9b1766
No related branches found
No related tags found
No related merge requests found
Pipeline #6246 canceled
...@@ -67,7 +67,7 @@ wolf_build_and_test: ...@@ -67,7 +67,7 @@ wolf_build_and_test:
- mkdir -pv build - mkdir -pv build
- cd build - cd build
- ls # we can check whether the directory was already full - ls # we can check whether the directory was already full
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON .. - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_DEMOS=ON -DBUILD_TESTS=ON ..
- make -j$(nproc) - make -j$(nproc)
- ctest -j$(nproc) - ctest -j$(nproc)
- make install - make install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment