Travis config: put all cmake stuff to script section.

pull/1007/head
Kim Kulling 2015-12-30 13:18:02 +01:00
parent 2e2c870818
commit 17c13edf43
1 changed files with 1 additions and 4 deletions

View File

@ -12,11 +12,8 @@ compiler:
- gcc - gcc
- clang - clang
before_script:
cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES
script: script:
if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make ; fi cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES; make
addons: addons:
coverity_scan: coverity_scan: