Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pinocchio
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
pinocchio
Commits
fa854980
Commit
fa854980
authored
8 years ago
by
jcarpent
Browse files
Options
Downloads
Patches
Plain Diff
[Travis] Increase timeout and remove useless dependencies
parent
02a0d6c4
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
+1
-1
1 addition, 1 deletion
.travis.yml
travis_custom/custom_before_install
+2
-2
2 additions, 2 deletions
travis_custom/custom_before_install
with
3 additions
and
3 deletions
.travis.yml
+
1
−
1
View file @
fa854980
...
...
@@ -33,7 +33,7 @@ install:
script
:
-
export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
-
sudo free -m -t
-
travis_wait ./.travis/run ../travis_custom/custom_build
-
travis_wait
30
./.travis/run ../travis_custom/custom_build
after_failure
:
./.travis/run after_failure
after_success
:
-
./.travis/run after_success
...
...
This diff is collapsed.
Click to expand it.
travis_custom/custom_before_install
+
2
−
2
View file @
fa854980
...
...
@@ -13,9 +13,9 @@ curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key
sudo
free
-m
-t
# Setup environment variables.
export
APT_DEPENDENCIES
=
"doxygen
libboost-dev libboost-doc libboost-thread-dev
libboost-system-dev libboost-test-dev libboost-filesystem-dev
libboost-python-dev
libboost-program-options-dev libeigen3-dev libtinyxml-dev robotpkg-urdfdom libconsole-bridge-dev"
export
APT_DEPENDENCIES
=
"doxygen libboost-system-dev libboost-test-dev libboost-filesystem-dev libboost-program-options-dev libeigen3-dev libtinyxml-dev robotpkg-urdfdom libconsole-bridge-dev"
# Add Python dependency
export
APT_DEPENDENCIES
=
$APT_DEPENDENCIES
" libpython2.7 python-numpy robotpkg-eigenpy"
export
APT_DEPENDENCIES
=
$APT_DEPENDENCIES
" libpython2.7
libboost-python-dev
python-numpy robotpkg-eigenpy"
# Add Geometry dependencies
#export APT_DEPENDENCIES=$APT_DEPENDENCIES" robotpkg-hpp-fcl robotpkg-assimp robotpkg-octomap"
...
...
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