travis + coverity: use correct scripts.

This commit is contained in:
Kim Kulling
2015-12-30 12:50:40 +01:00
parent 906dc328fc
commit 2e2c870818

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: