- try out a .travis.yml for use with the travis CI service.

pull/26/head
Alexander Gessler 2013-04-08 17:45:39 +02:00
parent 4277413052
commit 0a1f844d92
1 changed files with 12 additions and 0 deletions

12
.travis.yml 100644
View File

@ -0,0 +1,12 @@
before_install:
- sudo apt-get install cmake
before_script:
- cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES
language: cpp
compiler:
- gcc
- clang
script: ./configure && make