Skip to content
Snippets Groups Projects
Commit 61918248 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

WIP

parent 8e629a3f
No related branches found
No related tags found
No related merge requests found
...@@ -30,16 +30,6 @@ before_script: ...@@ -30,16 +30,6 @@ before_script:
- apt-get update - apt-get update
- apt-get install -y build-essential cmake - apt-get install -y build-essential cmake
#Wolf core
- git clone ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git
- cd wolf
- mkdir -pv build
- cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON ..
- make -j$(nproc)
- ctest -j$(nproc)
- make install
- cd ../..
# SPDLOG # SPDLOG
# - apt-get install -y libspdlog-dev # - apt-get install -y libspdlog-dev
- if [ -d spdlog ]; then - if [ -d spdlog ]; then
...@@ -91,6 +81,16 @@ before_script: ...@@ -91,6 +81,16 @@ before_script:
- cmake -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC" -DYAML_CPP_BUILD_TESTS=OFF .. - cmake -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC" -DYAML_CPP_BUILD_TESTS=OFF ..
- make install - make install
- cd ../.. - cd ../..
#Wolf core
- git clone ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git
- cd wolf
- mkdir -pv build
- cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON ..
- make -j$(nproc)
- ctest -j$(nproc)
- make install
- cd ../..
wolf_build_and_test: wolf_build_and_test:
stage: build stage: build
......
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