Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
5b33610c
There was a problem fetching the pipeline mini graph.
Commit
5b33610c
authored
7 years ago
by
Dinesh Atchuthan
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into hotfix_ConstraintFixBias
parents
6ce1a070
0776bc1d
No related branches found
No related tags found
1 merge request
!155
Hotfix constraint fix bias
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-20
1 addition, 20 deletions
.gitlab-ci.yml
src/test/gtest/CMakeLists.txt
+1
-1
1 addition, 1 deletion
src/test/gtest/CMakeLists.txt
with
2 additions
and
21 deletions
.gitlab-ci.yml
+
1
−
20
View file @
5b33610c
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
This diff is collapsed.
Click to expand it.
src/test/gtest/CMakeLists.txt
+
1
−
1
View file @
5b33610c
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment