Skip to content

Commit

Permalink
Switch back to oce
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlama committed Nov 29, 2015
1 parent 2b8d2fa commit 122406f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ before_install:
- brew update
- brew tap homebrew/science
- brew tap sanelson/freecad
- brew install eigen freetype qt opencascade python boost-python pyside pyside-tools xerces-c orocos-kdl
- brew install eigen freetype qt homebrew/science/oce python boost-python pyside pyside-tools xerces-c orocos-kdl
- brew install --without-framework --without-soqt sanelson/freecad/coin
- brew install --HEAD pivy
- pip install matplotlib

install:
- mkdir build && cd build && cmake -DBUILD_ROBOT=OFF -DBUILD_PATH=OFF -DFREECAD_USE_EXTERNAL_KDL=ON -DFREECAD_CREATE_MAC_APP=ON ../
- mkdir build && cd build && cmake -DFREECAD_USE_EXTERNAL_KDL=ON -DFREECAD_CREATE_MAC_APP=ON ../

script:
- make -j2
Expand Down

0 comments on commit 122406f

Please sign in to comment.