Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-fcl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Guilhem Saurel
hpp-fcl
Commits
aaf3f74d
Commit
aaf3f74d
authored
6 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[CI] run travis on trusty & xenial
parent
a537bcc8
No related branches found
No related tags found
No related merge requests found
Pipeline
#2073
failed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+11
-12
11 additions, 12 deletions
.travis.yml
with
11 additions
and
12 deletions
.travis.yml
+
11
−
12
View file @
aaf3f74d
language
:
cpp
os
:
-
linux
-
osx
compiler
:
-
gcc
-
clang
env
:
-
BUILD_TYPE=Debug
-
BUILD_TYPE=Release
matrix
:
ex
clude
:
-
os
:
osx
in
clude
:
-
dist
:
trusty
compiler
:
gcc
-
dist
:
xenial
compiler
:
gcc
-
dist
:
trusty
compiler
:
clang
-
dist
:
xenial
compiler
:
clang
-
os
:
osx
compiler
:
clang
install
:
# Install dependencies for FCL
...
...
@@ -25,7 +25,7 @@ install:
script
:
# Create build directory
-
mkdir build
-
cd build
-
cd build
# Configure
-
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_CXX_FLAGS=-w ..
...
...
@@ -39,4 +39,3 @@ script:
# Make sure we can install and uninstall with no issues
-
sudo make -j4 install
-
sudo make -j4 uninstall
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