assimp/.travis.yml

18 lines
266 B
YAML
Raw Normal View History

before_install:
- sudo apt-get install cmake
env:
- TRAVIS_NO_EXPORT=YES
- TRAVIS_NO_EXPORT=NO
language: cpp
compiler:
- gcc
- clang
2013-04-18 22:41:45 +00:00
script: cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES -DASSIMP_NO_EXPORT=$TRAVIS_NO_EXPORT && make