Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
144ba6d0
Verified
Commit
144ba6d0
authored
Feb 20, 2020
by
Justin Carpentier
Browse files
ci: add test with no check
parent
7f35311e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
144ba6d0
...
...
@@ -6,6 +6,7 @@ env:
-
CTEST_OUTPUT_ON_FAILURE=1
-
CXX_FLAGS_DEBUG="-O1"
-
MAKEFLAGS="-j2"
-
BUILD_TESTING=ON
cache
:
ccache
:
true
...
...
@@ -71,6 +72,21 @@ matrix:
-
python-lxml
-
python3-lxml
-
name
:
"
Bionic
-
Release
-
g++
-
NO
TEST"
env
:
-
BUILD_TYPE=Release
-
BUILD_TESTING=OFF
dist
:
bionic
compiler
:
g++
addons
:
apt
:
packages
:
-
cmake
-
libboost-all-dev
-
libassimp-dev
-
libeigen3-dev
-
liboctomap-dev
-
name
:
"
OSX
-
Release
-
clang"
env
:
BUILD_TYPE=Release
os
:
osx
...
...
@@ -91,7 +107,7 @@ script:
-
cd build
# Configure
-
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_CXX_FLAGS=-w -DCMAKE_CXX_FLAGS_DEBUG=${CXX_FLAGS_DEBUG} -DPYTHON_EXECUTABLE=$(which python) ..
-
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE
-DBUILD_TESTING=$BUILD_TESTING
-DCMAKE_CXX_FLAGS=-w -DCMAKE_CXX_FLAGS_DEBUG=${CXX_FLAGS_DEBUG} -DPYTHON_EXECUTABLE=$(which python) ..
# Build
-
make
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment