Skip to content

Commit

Permalink
We need Ninja!
Browse files Browse the repository at this point in the history
  • Loading branch information
billyquith committed Dec 5, 2015
1 parent 776b5db commit e82ab07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ before_install:
- if [[ $TRAVIS_OS_NAME == osx && `brew list | grep doxygen` == '' ]]; then brew install doxygen; fi
- if [[ $TRAVIS_OS_NAME == osx && `brew list | grep cmake` == '' ]]; then brew install cmake; fi
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew outdated cmake || brew upgrade cmake; fi

- if [[ $TRAVIS_OS_NAME == osx && `brew list | grep ninja` == '' ]]; then brew install ninja; fi

before_script:
- cmake --version
- cmake -G "Ninja" -DBUILD_TEST=TRUE
Expand Down

0 comments on commit e82ab07

Please sign in to comment.