Skip to content

Commit

Permalink
add tbb
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Mar 22, 2018
1 parent d93f207 commit 53858b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ addons:
- cmake
- ccache
- libtbb-dev
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tbb; fi

install:
- bash build_occt.sh
script:
Expand Down

0 comments on commit 53858b3

Please sign in to comment.