Explorar o código

travis + coverity: use correct scripts.

Kim Kulling %!s(int64=9) %!d(string=hai) anos
pai
achega
2e2c870818
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      .travis.yml

+ 5 - 1
.travis.yml

@@ -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: