Skip to content
Snippets Groups Projects
Commit f549ce1d authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Merge branch '198-wolf-license' of...

Merge branch '198-wolf-license' of ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git into 198-wolf-license
parents a6ea5394 9f501bcc
No related branches found
No related tags found
1 merge request!427Resolve "Wolf license"
Pipeline #7528 canceled
...@@ -60,8 +60,8 @@ ...@@ -60,8 +60,8 @@
- mkdir -pv build - mkdir -pv build
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_DEMOS=ON -DBUILD_TESTS=ON .. - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_DEMOS=ON -DBUILD_TESTS=ON ..
- make -j$WOLF_N_PROC - make -j$(nproc)
- ctest -j$WOLF_N_PROC - ctest -j$(nproc)
# run demos # run demos
- ../bin/hello_wolf - ../bin/hello_wolf
- ../bin/hello_wolf_autoconf - ../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