travis + coverity: use correct scripts.

pull/1007/head
Kim Kulling 2015-12-30 12:50:40 +01:00
parent 906dc328fc
commit 2e2c870818
1 changed files with 5 additions and 1 deletions

View File

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