Update .travis.yml

pull/361/head
Alexander Gessler 2014-09-04 23:06:47 -07:00
parent 19a50b9a9e
commit 11dc89d455
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ script:
- cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES -DASSIMP_NO_EXPORT=$TRAVIS_NO_EXPORT -STATIC_BUILD=$TRAVIS_STATIC_BUILD
- make
- sudo make install
- sudo ldconfig
- cd test/unit
- ../../bin/unit
- cd ../regression