- update travis.yml to also test compilation without the export part.

pull/32/head^2
Alexander Gessler 2013-04-19 01:37:41 +03:00
parent 17e888e762
commit 540265f617
1 changed files with 9 additions and 1 deletions

View File

@ -2,11 +2,19 @@ before_install:
- sudo apt-get install cmake - sudo apt-get install cmake
before_script: before_script:
- cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES - cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES -DASSIMP_NO_EXPORT=$TRAVIS_NO_EXPORT
env:
- TRAVIS_NO_EXPORT=YES
- TRAVIS_NO_EXPORT=NO
language: cpp language: cpp
compiler: compiler:
- gcc - gcc
- clang - clang
script: make script: make