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

Merge branch 'devel' of...

Merge branch 'devel' of ssh://gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf into devel
parents 1c4ecd58 85311a78
No related branches found
No related tags found
No related merge requests found
Pipeline #7375 failed
......@@ -2,8 +2,8 @@
- mkdir -pv build
- cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_DEMOS=ON -DBUILD_TESTS=ON ..
- make -j$(nproc)
- ctest -j$(nproc)
- make -j$WOLF_N_PROC
- ctest -j$WOLF_N_PROC
# run demos
- ../bin/hello_wolf
- ../bin/hello_wolf_autoconf
......
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