Skip to content
Snippets Groups Projects
Commit 5b33610c authored by Dinesh Atchuthan's avatar Dinesh Atchuthan
Browse files

Merge branch 'master' into hotfix_ConstraintFixBias

parents 6ce1a070 0776bc1d
No related branches found
No related tags found
1 merge request!155Hotfix constraint fix bias
Pipeline #
image: segaleran/ceres image: segaleran/ceres
cache:
key: "$CI_COMMIT_REF_NAME"
untracked: true
paths:
- build
- bin
- lib
before_script: before_script:
- ls - ls
- apt-get update - apt-get update
...@@ -63,10 +55,8 @@ before_script: ...@@ -63,10 +55,8 @@ before_script:
- make install - make install
- cd ../.. - cd ../..
wolf_build: wolf_build_and_test:
stage: build stage: build
# only:
# - renameFixPose
except: except:
- master - master
script: script:
...@@ -75,13 +65,4 @@ wolf_build: ...@@ -75,13 +65,4 @@ wolf_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 ..
- make - make
wolf_test:
stage: test
# only:
# - renameFixPose
except:
- master
script:
- cd build
- ctest - ctest
...@@ -31,7 +31,7 @@ ExternalProject_Add(googletest ...@@ -31,7 +31,7 @@ ExternalProject_Add(googletest
PREFIX "${CMAKE_CURRENT_BINARY_DIR}" PREFIX "${CMAKE_CURRENT_BINARY_DIR}"
# Disable install step # Disable install step
INSTALL_COMMAND "" INSTALL_COMMAND ""
UPDATE_DISCONNECTED 1 UPDATE_DISCONNECTED 1 # 1: do not update googletest; 0: update googletest via github
) )
# Get GTest source and binary directories from CMake project # Get GTest source and binary directories from CMake project
......
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