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
Guilhem Saurel
hpp-fcl
Commits
6b10c369
Unverified
Commit
6b10c369
authored
Nov 12, 2019
by
Joseph Mirabel
Committed by
GitHub
Nov 12, 2019
Browse files
Merge pull request #96 from jcarpent/topic/travis
Travis: change policy to only perform build in DEBUG mode on Bionic
parents
97bdf692
a9075144
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
6b10c369
...
...
@@ -3,20 +3,26 @@ language: cpp
env
:
global
:
-
CTEST_PARALLEL_LEVEL=4
matrix
:
-
BUILD_TYPE=Debug
-
BUILD_TYPE=Release
-
CTEST_OUTPUT_ON_FAILURE=1
-
MAKEFLAGS="-j2"
matrix
:
include
:
-
dist
:
trusty
compiler
:
gcc
env
:
BUILD_TYPE=Release
-
dist
:
xenial
compiler
:
gcc
-
dist
:
xenial
compiler
:
clang
env
:
BUILD_TYPE=Release
-
dist
:
bionic
compiler
:
gcc
env
:
BUILD_TYPE=Release
-
dist
:
bionic
compiler
:
gcc
env
:
BUILD_TYPE=Debug
-
os
:
osx
compiler
:
clang
env
:
BUILD_TYPE=Release
install
:
# Install dependencies for FCL
...
...
@@ -32,11 +38,11 @@ script:
-
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_CXX_FLAGS=-w ..
# Build
-
make
-j4
-
make
# Run unit tests
-
travis_wait 30 make test
|| travis_wait 30 ctest -VV
-
travis_wait 30 make test
# Make sure we can install and uninstall with no issues
-
sudo make
-j4
install
-
sudo make
-j4
uninstall
-
sudo make install
-
sudo make uninstall
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