Skip to content

Commit

Permalink
Merge pull request #116 from gavanderhoorn/travis_add_oce_ppa
Browse files Browse the repository at this point in the history
Fix for issue #108: update Travis config to first install the OCE development libraries
  • Loading branch information
gavanderhoorn committed Jun 7, 2016
2 parents 72a03f2 + ac651fd commit 94f7615
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ env:
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
- source .travis_ppa_oce.sh
- source .ci_config/travis.sh
9 changes: 9 additions & 0 deletions .travis_ppa_oce.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
sudo add-apt-repository -y ppa:freecad-maintainers/freecad-stable
sudo apt-get update
sudo apt-get install -y -qq \
liboce-foundation-dev \
liboce-modeling-dev \
liboce-ocaf-dev \
liboce-ocaf-lite-dev \
liboce-visualization-dev

0 comments on commit 94f7615

Please sign in to comment.