Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-fcl
Commits
03a5277e
Unverified
Commit
03a5277e
authored
Jan 28, 2020
by
Justin Carpentier
Committed by
GitHub
Jan 28, 2020
Browse files
Merge pull request #126 from jcarpent/devel
Sync submodule
parents
b80701c7
3501ff28
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
03a5277e
...
...
@@ -5,7 +5,6 @@ env:
-
CTEST_PARALLEL_LEVEL=4
-
CTEST_OUTPUT_ON_FAILURE=1
-
CXX_FLAGS_DEBUG="-O1"
-
BUILD_PYTHON_INTERFACE=ON
-
MAKEFLAGS="-j2"
cache
:
...
...
@@ -79,11 +78,13 @@ before_install:
script
:
# Create build directory
-
which python
-
which python2
-
mkdir build
-
cd build
# Configure
-
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_CXX_FLAGS=-w -DCMAKE_CXX_FLAGS_DEBUG=${CXX_FLAGS_DEBUG} -D
BUILD_
PYTHON_
INTERFACE=${BUILD_PYTHON_INTERFACE}
..
-
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_CXX_FLAGS=-w -DCMAKE_CXX_FLAGS_DEBUG=${CXX_FLAGS_DEBUG} -DPYTHON_
EXECUTABLE=$(which python2)
..
# Build
-
make
...
...
cmake
@
790a17f0
Compare
a99dc925
...
790a17f0
Subproject commit
a99dc925bde7b976ae1ed286d0ab38906c73dff5
Subproject commit
790a17f08761ba53ed1152390f641f495711d979
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment