Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eigenpy
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
Stack Of Tasks
eigenpy
Commits
83b453b5
Unverified
Commit
83b453b5
authored
5 years ago
by
Justin Carpentier
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #67 from jcarpent/devel
Sync cmake and improve travis test
parents
d4c398a8
a6ed3954
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+13
-5
13 additions, 5 deletions
.travis.yml
cmake
+1
-1
1 addition, 1 deletion
cmake
with
14 additions
and
6 deletions
.travis.yml
+
13
−
5
View file @
83b453b5
...
@@ -2,22 +2,30 @@ language: python
...
@@ -2,22 +2,30 @@ language: python
python
:
python
:
-
"
2.7"
-
"
2.7"
sudo
:
required
sudo
:
required
dist
:
trusty
compiler
:
compiler
:
-
gcc
-
gcc
# - clang
# - clang
env
:
env
:
global
:
global
:
-
secure
:
"
SnIBG/xLIHX3CSvUbqqsX8xTVqIqQ7fFS6HWO6KZQVBsT6yugTwYHbyhNiU531JejYJ/I3ZrDhXfYH3qFZiYxnH1sifvwV+fnTtMXpPN7qPZwIymkjcmm6gJF51e0C7VOfUbvKFv0ngwj+ul21rgZSMuoEvxPK0WxtE3/ZSfn9c="
-
secure
:
"
SnIBG/xLIHX3CSvUbqqsX8xTVqIqQ7fFS6HWO6KZQVBsT6yugTwYHbyhNiU531JejYJ/I3ZrDhXfYH3qFZiYxnH1sifvwV+fnTtMXpPN7qPZwIymkjcmm6gJF51e0C7VOfUbvKFv0ngwj+ul21rgZSMuoEvxPK0WxtE3/ZSfn9c="
-
APT_DEPENDENCIES="doxygen libeigen3-dev libboost-test-dev libboost-python-dev
libeigen3-dev
"
-
APT_DEPENDENCIES="doxygen libeigen3-dev libboost-test-dev libboost-python-dev"
-
DEBSIGN_KEYID=5AE5CD75
-
DEBSIGN_KEYID=5AE5CD75
-
CC=gcc
-
CC=gcc
-
DO_COVERAGE_ON_BRANCH="master;release"
-
DO_COVERAGE_ON_BRANCH="master;release"
-
DO_CPPCHECK_ON_BRANCH=""
-
DO_CPPCHECK_ON_BRANCH=""
-
DO_INSTALL_DOC_EXCEPT_ON_BRANCH=""
-
DO_INSTALL_DOC_EXCEPT_ON_BRANCH=""
matrix
:
-
BUILDTYPE=Release
jobs
:
-
BUILDTYPE=Debug
include
:
-
dist
:
xenial
env
:
BUILDTYPE=Release
-
dist
:
xenial
env
:
BUILDTYPE=Debug
-
dist
:
trusty
env
:
BUILDTYPE=Release
-
dist
:
trusty
env
:
BUILDTYPE=Debug
notifications
:
notifications
:
email
:
email
:
-
pinocchio-build@laas.fr
-
pinocchio-build@laas.fr
...
...
This diff is collapsed.
Click to expand it.
cmake
@
7bc2c801
Compare
40207e1a
...
7bc2c801
Subproject commit
40207e1a74854fa99a42304837f826f1692d4440
Subproject commit
7bc2c801fc250a5a7a4570983c18c0b519ed35ba
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