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

Update .gitlab-ci.yml

parent 5160de20
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,6 @@ wolf_build_and_test: ...@@ -63,6 +63,6 @@ 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 .. - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON ..
- make - make
- ctest - ctest
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